Skip to content

Commit

Permalink
feat: expose 'warn' alias as predefined property
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 7, 2017
1 parent 251fad1 commit e8bf927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var predefinedLevels = primitiveSet(
"debug",
"info",
"notice",
"warn", // An alias for warning
"warning",
"error",
"critical",
Expand Down

0 comments on commit e8bf927

Please sign in to comment.