Skip to content

Commit ea2ad32

Browse files
author
Benjamin Pasero
committed
storage - remove unused code
1 parent 8d699df commit ea2ad32

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)