Skip to content

Child Process Typo #573

@CreatCodeBuild

Description

@CreatCodeBuild

The third paragraph:
The child_process.spawn() method spawns the child process asynchronously, without blocking the Node.js event loop. The child_process.spawnSync() function provides equivalent functionality in a synchronous manner that blocks the event loop until the spawned process either exits of is terminated.

The last phrase has a typo: 'exits of is terminated' should be 'exits or is terminated'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions