1
0
mirror of https://github.com/node-red/node-red.git synced 2025-03-01 10:36:34 +00:00

Merge pull request from TJKoury/patch-2

Remove msg
This commit is contained in:
Nick O'Leary 2019-10-23 21:37:58 +01:00 committed by GitHub
commit cd23f711ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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