2
0
mirror of https://git.coolaj86.com/coolaj86/proxy-packer.js.git synced 2025-03-13 03:50:48 +00:00
This commit is contained in:
AJ ONeal 2016-09-30 01:03:06 -04:00
parent d4e00576dc
commit 6e7fb3c6e9

View File

@ -179,7 +179,7 @@ module.exports.create = function (opts) {
machine.emit('tunnelError', msg); machine.emit('tunnelError', msg);
} }
else { else {
(machine.onerror||machine.onError)(msg); (machine.onerror||machine.onmessage)(msg);
} }
} }
else { else {