Skip to content

Commit c6b6760

Browse files
author
Alberto Iannaccone
committed
re-add debug log on board config changed
1 parent b4196bf commit c6b6760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
270270
}
271271

272272
protected setBoardsConfig(config: BoardsConfig.Config): void {
273+
this.logger.debug('Board config changed: ', JSON.stringify(config));
273274
this._boardsConfig = config;
274275
this.latestBoardsConfig = this._boardsConfig;
275276
if (this.canUploadTo(this._boardsConfig)) {

0 commit comments

Comments
 (0)