mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Adding more explicit returns
This commit is contained in:
@@ -51,6 +51,7 @@ function createExtHostProtocol(): TPromise<IMessagePassingProtocol> {
|
||||
}
|
||||
this._terminating = true;
|
||||
onTerminate();
|
||||
return false;
|
||||
});
|
||||
|
||||
send(msg: any): void {
|
||||
|
||||
Reference in New Issue
Block a user