提交 385a2e54 编写于 作者: J Johannes Rieken

progress - show window progress early

上级 a918a06d
......@@ -74,9 +74,9 @@ export class ProgressService2 implements IProgressService2 {
title
};
this._stack.unshift(task);
const promise = callback(task.progress);
this._stack.unshift(task);
this._updateProgress();
always(promise, () => {
const idx = this._stack.indexOf(task);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册