mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
fix #18808
This commit is contained in:
@@ -145,7 +145,7 @@ class ExtensionStoragePath {
|
||||
return storagePath;
|
||||
}
|
||||
|
||||
mkdirp(storagePath).then(success => {
|
||||
return mkdirp(storagePath).then(success => {
|
||||
return storagePath;
|
||||
}, err => {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user