Skip to content

Commit a94014e

Browse files
author
Fabio Folchi
committed
fix wrong typo
1 parent 5346de3 commit a94014e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const logConfiguration = {
2828
}
2929
}
3030

31-
module.exports.levels = logger.levels
31+
module.exports.levels = logLevel.levels
3232

3333
module.exports.monkLog = ({ name = '', level = logLevel.levels.DEBUG, wrap = ['[', ']'] } = {}) => {
3434
if (!Array.isArray(wrap)) {

0 commit comments

Comments
 (0)