提交 209e81b3 编写于 作者: S Sandeep Somavarapu

Fix #35884

上级 569da9e0
......@@ -877,10 +877,7 @@ export class ReloadAction extends Action {
}
run(): TPromise<any> {
if (this.messageService.confirmSync({ message: this.reloadMessaage, type: 'question', primaryButton: localize('reload', "&&Reload Window") })) {
return this.windowService.reloadWindow();
}
return TPromise.wrap(null);
return this.windowService.reloadWindow();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册