coreClientProvider is now set when constructing MonitorService

This commit is contained in:
Silvano Cerza
2022-03-15 14:12:26 +01:00
committed by Alberto Iannaccone
parent f9da9fc24b
commit 397ca5665f
2 changed files with 9 additions and 2 deletions

View File

@@ -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);