kopia lustrzana https://github.com/c9/core
better error message for smith
rodzic
18f7963e2c
commit
c04e78432e
|
@ -363,7 +363,7 @@ Agent.prototype.send = function (message) {
|
||||||
}
|
}
|
||||||
|
|
||||||
try { var result = this.transport.send(message); }
|
try { var result = this.transport.send(message); }
|
||||||
catch(e) { console.error("Could not send message: ", e.message ); }
|
catch(e) { console.error("Agent Smith Could not send message: ", e.stack, e.message); }
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue