We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent a186a4d commit 2bfd60bCopy full SHA for 2bfd60b
doc/api/async_context.md
@@ -593,7 +593,7 @@ export default class WorkerPool extends EventEmitter {
593
}
594
595
addNewWorker() {
596
- const worker = new Worker(new URL('task_processer.js', import.meta.url));
+ const worker = new Worker(new URL('task_processor.js', import.meta.url));
597
worker.on('message', (result) => {
598
// In case of success: Call the callback that was passed to `runTask`,
599
// remove the `TaskInfo` associated with the Worker, and mark it as free
0 commit comments