mirror of https://github.com/node-red/node-red.git
Update packages/node_modules/@node-red/runtime/lib/nodes/Node.js
Co-Authored-By: Nick O'Leary <nick.oleary@gmail.com>pull/2332/head
parent
e5c27d0236
commit
cb8deab1f9
|
@ -224,7 +224,7 @@ Node.prototype._emitInput = function(arg) {
|
|||
}
|
||||
);
|
||||
} catch(err) {
|
||||
node.error(err);
|
||||
node.error(err,arg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue