提交 65c4f73e 编写于 作者: D Daniel Imms

Remove redundant call

上级 2c2ee3aa
......@@ -57,7 +57,7 @@ export class BackupMainService implements IBackupMainService {
}
this.mapWindowToBackupFolder[windowId] = isEmptyWorkspace ? backupFolder : this.getWorkspaceHash(workspacePath);
this.pushBackupPathsSync(isEmptyWorkspace ? backupFolder : this.sanitizePath(workspacePath), isEmptyWorkspace);
this.pushBackupPathsSync(isEmptyWorkspace ? backupFolder : workspacePath, isEmptyWorkspace);
}
protected pushBackupPathsSync(workspaceIdentifier: string, isEmptyWorkspace: boolean): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册