mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Adding explicit returns for remaining instances
This commit is contained in:
@@ -39,5 +39,6 @@ export class MainThreadStorage extends MainThreadStorageShape {
|
||||
} catch (err) {
|
||||
return TPromise.wrapError(err);
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user