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:
parent
e47839b7e7
commit
5e5d3d3000
@ -26,7 +26,7 @@ ConsoleLogHandler.on("log",function(msg) {
|
|||||||
|
|
||||||
var log = module.exports = {
|
var log = module.exports = {
|
||||||
addHandler: function(func) {
|
addHandler: function(func) {
|
||||||
|
logHandlers.push(func);
|
||||||
},
|
},
|
||||||
|
|
||||||
log: function(msg) {
|
log: function(msg) {
|
||||||
|
Loading…
Reference in New Issue
Block a user