Skip to content

Commit 83e6f66

Browse files
test console log
1 parent 651454a commit 83e6f66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arduino-ide-extension/src/node/core-service-impl.ts

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService {
7878
options: CoreService.Options.Compile,
7979
cancellationToken?: CancellationToken
8080
): Promise<void> {
81+
console.log('CORE IS COMPILING!!!');
82+
8183
const coreClient = await this.coreClient;
8284
const { client, instance } = coreClient;
8385
const request = this.compileRequest(options, instance);

0 commit comments

Comments
 (0)