Skip to content

Commit 65b2741

Browse files
committed
💄
1 parent bc60d93 commit 65b2741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/electron-browser/desktop.main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class DesktopMain extends Disposable {
161161
}
162162
}
163163

164-
private async initServices(): Promise<{ serviceCollection: ServiceCollection, logService: DesktopLogService, storageService: NativeStorageService }> {
164+
private async initServices(): Promise<{ serviceCollection: ServiceCollection, logService: ILogService, storageService: NativeStorageService }> {
165165
const serviceCollection = new ServiceCollection();
166166

167167
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0 commit comments

Comments
 (0)