Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jul 2, 2020
2 parents cf6efa6 + ea2ad32 commit 697b702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/platform/storage/node/storageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class NativeStorageService extends Disposable implements IStorageService

async migrate(toWorkspace: IWorkspaceInitializationPayload): Promise<void> {
if (this.workspaceStoragePath === SQLiteStorageDatabase.IN_MEMORY_PATH) {
return Promise.resolve(); // no migration needed if running in memory
return; // no migration needed if running in memory
}

// Close workspace DB to be able to copy
Expand Down

0 comments on commit 697b702

Please sign in to comment.