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

Update packages/node_modules/@node-red/runtime/lib/nodes/Node.js

Co-Authored-By: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
TJKoury 2019-10-17 07:42:11 -04:00 committed by GitHub
parent e5c27d0236
commit cb8deab1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@ Node.prototype._emitInput = function(arg) {
} }
); );
} catch(err) { } catch(err) {
node.error(err); node.error(err,arg);
} }
} }
} }