Merge pull request #2332 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

View File

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