Skip to content

Commit ccaa200

Browse files
authored
Switch from console.debug to this.log in resource.ts (#79)
1 parent ab5bc7c commit ccaa200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export abstract class BaseResource<
264264
await this.loggerProxy.waitCompletion();
265265
}
266266
await this.platformLoggerProxy.waitCompletion();
267-
console.debug('Log delivery completed.');
267+
this.log('Log delivery completed.');
268268
if (this.workerPool) {
269269
await this.workerPool.shutdown();
270270
}

0 commit comments

Comments
 (0)