提交 8ae0b0cb 编写于 作者: J Johannes Rieken

fix #45990

上级 e3b13312
......@@ -45,6 +45,7 @@ class MutableToken implements CancellationToken {
this._isCancelled = true;
if (this._emitter) {
this._emitter.fire(undefined);
this._emitter.dispose();
this._emitter = undefined;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册