提交 ccdbbe13 编写于 作者: I isidor

debug: make sure to dispose of all sesions on shutdown

上级 d166c0c8
......@@ -1049,6 +1049,7 @@ export class DebugModel implements IDebugModel {
}
public dispose(): void {
this.sessions.forEach(s => s.shutdown());
this.toDispose = lifecycle.dispose(this.toDispose);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册