1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Log.addHandler missing its implementation

This commit is contained in:
Nick O'Leary 2014-05-06 13:05:11 +01:00
parent e47839b7e7
commit 5e5d3d3000

View File

@ -26,7 +26,7 @@ ConsoleLogHandler.on("log",function(msg) {
var log = module.exports = {
addHandler: function(func) {
logHandlers.push(func);
},
log: function(msg) {