提交 928bafcb 编写于 作者: R Rob Lourens

Fix microsoft/vscode-remote-release#1353

上级 e4fc9ba3
......@@ -204,10 +204,6 @@ export class ProgressService extends Disposable implements IProgressService {
updateProgress(handle, increment);
Event.once(handle.onDidClose)(() => {
if (typeof onDidCancel === 'function') {
onDidCancel();
}
toDispose.dispose();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册