From 5e5d3d30008aa29d24e302ca641eec0752ab1fc7 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 6 May 2014 13:05:11 +0100 Subject: [PATCH] Log.addHandler missing its implementation --- red/log.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {