diff --git a/src/log.js b/src/log.js index b973e503..eb792bfe 100644 --- a/src/log.js +++ b/src/log.js @@ -14,7 +14,7 @@ function timestamp(type, messageArgs) { return messageArgs; } -exports.err = function() { +exports.error = function() { console.error.apply(console, timestamp(colors.red("[ERROR]"), arguments)); };