mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-19 01:06:39 +00:00
Updated to next Theia.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
6e89e89738
commit
c4a8062df4
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user