Skip to content

Commit

Permalink
fix: deno support (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt authored Jan 25, 2025
1 parent 38ec3c0 commit 6fd02d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class WorkerPool {
filename: new URL('./worker.js', import.meta.url).href,
maxThreads: config.maxWorkerThreads,
workerData: config,
recordTiming: false,
});
console.log(`Using a pool of ${this.pool.threads.length} threads.`);
}
Expand Down

0 comments on commit 6fd02d7

Please sign in to comment.