strictPropertyInitialization

related to #78168
This commit is contained in:
Joao Moreno
2019-08-05 15:36:23 +02:00
parent b082da1f19
commit 3015179c04
25 changed files with 62 additions and 65 deletions

View File

@@ -77,7 +77,7 @@ const eventPrefix = 'monacoworkbench';
class MainProcessService implements IMainProcessService {
constructor(private server: Server, private mainRouter: StaticRouter) { }
_serviceBrand: ServiceIdentifier<any>;
_serviceBrand!: ServiceIdentifier<any>;
getChannel(channelName: string): IChannel {
return this.server.getChannel(channelName, this.mainRouter);