提交 0d5ddeb9 编写于 作者: I isidor

debug: make sure debug stop can stop initializing state

上级 ada11bfc
......@@ -627,6 +627,10 @@ export class DebugService implements IDebugService {
}
const sessions = this.model.getSessions();
if (sessions.length === 0) {
this.endInitializingState();
}
return Promise.all(sessions.map(s => s.terminate()));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册