Skip to content

Commit a10136d

Browse files
author
Christoph Diehl
committed
Add 'no-unused-vars' to logging.ok for now
1 parent 986ae4e commit a10136d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logging/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var logger = (function () { // eslint-disable-line no-unused-vars
4848
dumpln(color.red + msg + color.clear)
4949
}
5050

51-
function ok(msg) {
51+
function ok (msg) { // eslint-disable-line no-unused-vars
5252
dumpln(color.green + msg + color.green)
5353
}
5454

0 commit comments

Comments
 (0)