mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
This commit is contained in:
@@ -95,7 +95,7 @@ export class BackupFilesModel implements IBackupFilesModel {
|
||||
}
|
||||
|
||||
get(): URI[] {
|
||||
return this.cache.keys();
|
||||
return [...this.cache.keys()];
|
||||
}
|
||||
|
||||
remove(resource: URI): void {
|
||||
|
||||
Reference in New Issue
Block a user