提交 b7fbcd14 编写于 作者: J Joao Moreno

fixes #58057

上级 7b8c3383
......@@ -227,10 +227,10 @@ export class Client implements IChannelClient, IDisposable {
if (code !== 0 && signal !== 'SIGTERM') {
console.warn('IPC "' + this.options.serverName + '" crashed with exit code ' + code + ' and signal ' + signal);
this.disposeDelayer.cancel();
this.disposeClient();
}
this.disposeDelayer.cancel();
this.disposeClient();
this._onDidProcessExit.fire({ code, signal });
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册