Remove msg

`msg` not defined in scope.
This commit is contained in:
TJKoury
2019-10-16 20:00:11 -04:00
committed by GitHub
parent 873bdc6733
commit e5c27d0236

View File

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