mirror of https://github.com/node-red/node-red.git
Log.addHandler missing its implementation
parent
e47839b7e7
commit
5e5d3d3000
|
@ -26,7 +26,7 @@ ConsoleLogHandler.on("log",function(msg) {
|
|||
|
||||
var log = module.exports = {
|
||||
addHandler: function(func) {
|
||||
|
||||
logHandlers.push(func);
|
||||
},
|
||||
|
||||
log: function(msg) {
|
||||
|
|
Loading…
Reference in New Issue