Skip to content

Commit

Permalink
test console log
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarthsimpson committed Nov 27, 2024
1 parent 651454a commit 83e6f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arduino-ide-extension/src/node/core-service-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService {
options: CoreService.Options.Compile,
cancellationToken?: CancellationToken
): Promise<void> {
console.log('CORE IS COMPILING!!!');

const coreClient = await this.coreClient;
const { client, instance } = coreClient;
const request = this.compileRequest(options, instance);
Expand Down

0 comments on commit 83e6f66

Please sign in to comment.