mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Fix some strict null errors revealed by change to emitter
This commit is contained in:
@@ -405,7 +405,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
handle.onEvent(event => this.dispatchEvent(event));
|
||||
|
||||
this._onReady!.resolve();
|
||||
this._onTsServerStarted.fire(version.apiVersion);
|
||||
this._onTsServerStarted.fire(apiVersion);
|
||||
|
||||
if (apiVersion.gte(API.v300)) {
|
||||
this.loadingIndicator.startedLoadingProject(undefined /* projectName */);
|
||||
|
||||
Reference in New Issue
Block a user