Updated to next Theia.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-12-04 16:37:50 +01:00
parent 6e89e89738
commit c4a8062df4
3 changed files with 972 additions and 419 deletions

View File

@ -35,7 +35,7 @@ export class BoardsServiceImpl implements BoardsService {
protected readonly toolOutputService: ToolOutputServiceServer;
protected discoveryInitialized = false;
protected discoveryTimer: NodeJS.Timeout | undefined;
protected discoveryTimer: NodeJS.Timer | undefined;
/**
* Poor man's serial discovery:
* Stores the state of the currently discovered and attached boards.

View File

@ -56,7 +56,7 @@ export class MonitorServiceImpl implements MonitorService {
if (this.connection) {
this.disconnect();
}
this.logger.info('<<< Disposing monitor service...');
this.logger.info('<<< Disposed monitor service.');
this.client = undefined;
}

1387
yarn.lock

File diff suppressed because it is too large Load Diff