未验证 提交 91225926 编写于 作者: I isidor

fix build

上级 d95f4c4d
......@@ -70,7 +70,7 @@ export class WorkingCopyBackupRestorer extends Disposable implements IWorkbenchC
// Collect already opened editors for backup
let hasOpenedEditorForBackup = false;
for (const editor of this.editorService.editors) {
if (handler.isOpen(unrestoredBackup, editor)) {
if (await handler.isOpen(unrestoredBackup, editor)) {
openedEditorsForBackups.push(editor);
hasOpenedEditorForBackup = true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册