mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
commit
cd23f711ed
@ -224,7 +224,7 @@ Node.prototype._emitInput = function(arg) {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
node.error(err,msg);
|
node.error(err,arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user