You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.error(handlerResult.message??`Client ${this._name}: connection to server is erroring. Shutting down server.`,undefined,handlerResult.handled===true ? false : 'force');
1639
+
this.error(handlerResult.message??`Client ${this._name}: connection to server is erroring.\n${error.message}\nShutting down server.`,undefined,handlerResult.handled===true ? false : 'force');
1640
1640
this.stop().catch((error)=>{
1641
1641
this.error(`Stopping server failed`,error,false);
1642
1642
});
1643
+
}else{
1644
+
this.error(handlerResult.message??
1645
+
`Client ${this._name}: connection to server is erroring.\n${error.message}`,undefined,handlerResult.handled===true ? false : 'force');
0 commit comments