mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
fix build
This commit is contained in:
@@ -24,7 +24,7 @@ export class StorageDataCleaner extends Disposable {
|
||||
}
|
||||
|
||||
private cleanUpStorageSoon(): void {
|
||||
let handle = setTimeout(() => {
|
||||
let handle: any = setTimeout(() => {
|
||||
handle = void 0;
|
||||
|
||||
// Leverage the backup workspace file to find out which empty workspace is currently in use to
|
||||
|
||||
Reference in New Issue
Block a user