Skip to content

Commit

Permalink
fix: add legacy ready and start levels for more backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 3, 2018
1 parent 2fe0aeb commit f54b5c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,13 @@ export default {
// Silent
silent: {
level: Infinity
}
},

// Legacy
ready: {
level: 3,
},
start: {
level: 3,
},
}

0 comments on commit f54b5c2

Please sign in to comment.