Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 7a4a7ce

Browse files
committed
Fixed small bug in utils.log.error
1 parent d0469f2 commit 7a4a7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const debug = log.debug.bind(log);
3838
* @param {*} e - The variadic messages to log out.
3939
* @return {void}
4040
*/
41-
const error = log.debug.bind(log);
41+
const error = log.error.bind(log);
4242

4343
/**
4444
* @func wrapAsync

0 commit comments

Comments
 (0)