提交 29f1beec 编写于 作者: I isidor

debug: no need to set debugService to null in action.dispose

上级 62ed382f
......@@ -61,10 +61,8 @@ export class AbstractDebugAction extends Action {
}
public dispose(): void {
this.toDispose = lifecycle.dispose(this.toDispose);
this.debugService = null;
super.dispose();
this.toDispose = lifecycle.dispose(this.toDispose);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册