diff --git a/red/log.js b/red/log.js index add74321b..147ba92f9 100644 --- a/red/log.js +++ b/red/log.js @@ -26,7 +26,7 @@ ConsoleLogHandler.on("log",function(msg) { var log = module.exports = { addHandler: function(func) { - + logHandlers.push(func); }, log: function(msg) {