Skip to content

Commit

Permalink
Update child_process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Jun 27, 2024
1 parent 2301e75 commit 0bf66b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ ls.on('close', (code) => {
});
```
Example: A very elaborate way to run `ps ax | grep ssh`
```cjs
Expand Down Expand Up @@ -1798,7 +1797,6 @@ subprocess.unref();
subprocess.ref();
```
### `subprocess.send(message[, sendHandle[, options]][, callback])`
<!-- YAML
Expand Down Expand Up @@ -1861,7 +1859,6 @@ forkedProcess.on('message', (message) => {
forkedProcess.send({ hello: 'world' });
```
And then the child script, `'sub.js'` might look like this:
```js
Expand Down

0 comments on commit 0bf66b9

Please sign in to comment.