Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2bfd60b

Browse filesBrowse files
andreysoktoevdanielleadams
authored andcommitted
doc: fix "task_processor.js" typo
PR-URL: #45257 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent a186a4d commit 2bfd60b
Copy full SHA for 2bfd60b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/async_context.md‎

Copy file name to clipboardExpand all lines: doc/api/async_context.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ export default class WorkerPool extends EventEmitter {
593593
}
594594

595595
addNewWorker() {
596-
const worker = new Worker(new URL('task_processer.js', import.meta.url));
596+
const worker = new Worker(new URL('task_processor.js', import.meta.url));
597597
worker.on('message', (result) => {
598598
// In case of success: Call the callback that was passed to `runTask`,
599599
// remove the `TaskInfo` associated with the Worker, and mark it as free

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.