mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-21 08:06:10 +00:00
coreClientProvider is now set when constructing MonitorService
This commit is contained in:
committed by
Alberto Iannaccone
parent
f9da9fc24b
commit
397ca5665f
@@ -179,7 +179,8 @@ export class MonitorManager extends CoreClientAware {
|
||||
const monitor = new MonitorService(
|
||||
this.logger,
|
||||
board,
|
||||
port
|
||||
port,
|
||||
this.coreClientProvider,
|
||||
);
|
||||
monitor.onDispose((() => {
|
||||
this.monitorServices.delete(monitorID);
|
||||
|
||||
Reference in New Issue
Block a user