Skip to content

Commit 697b702

Browse files
committed
Merge branch 'master' of https://github.com/microsoft/vscode
2 parents cf6efa6 + ea2ad32 commit 697b702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/storage/node/storageService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export class NativeStorageService extends Disposable implements IStorageService
263263

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

269269
// Close workspace DB to be able to copy

0 commit comments

Comments
 (0)