mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Adding more explicit returns
This commit is contained in:
@@ -39,7 +39,7 @@ export class MainThreadCommands extends MainThreadCommandsShape {
|
||||
this._disposables[id].dispose();
|
||||
delete this._disposables[id];
|
||||
}
|
||||
return;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
$executeCommand<T>(id: string, args: any[]): Thenable<T> {
|
||||
|
||||
Reference in New Issue
Block a user