Skip to content

Commit 56898e8

Browse files
Alberto Iannacconefrancescospissu
Alberto Iannaccone
authored andcommitted
re-add debug log on board config changed
1 parent 0d080e0 commit 56898e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-ide-extension/src/browser/boards/boards-service-provider.ts

+1
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
274274
}
275275

276276
protected setBoardsConfig(config: BoardsConfig.Config): void {
277+
this.logger.debug('Board config changed: ', JSON.stringify(config));
277278
this._boardsConfig = config;
278279
this.latestBoardsConfig = this._boardsConfig;
279280
if (this.canUploadTo(this._boardsConfig)) {

0 commit comments

Comments
 (0)