FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add example of event close for child_process by ltciro · Pull Request #28376 · nodejs/node · GitHub

/ node Public

doc: add example of event close for child_process - #28376

Closed
ltciro wants to merge 2 commits into
nodejs:masterfrom
ltciro:doc_child_process_close
Closed

doc: add example of event close for child_process#28376
ltciro wants to merge 2 commits into
nodejs:masterfrom
ltciro:doc_child_process_close

Conversation

ltciro commented Jun 21, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

add a missing example of the event close for child_process

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

nodejs-github-bot added child_process Issues and PRs related to the child_process subsystem. doc Issues and PRs related to the documentations. labels Jun 21, 2019
jasnell added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Jun 23, 2019
Comment thread doc/api/child_process.md
```js
const { spawn } = require('child_process');
const ls = spawn('ls', ['-lh', '/usr']);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

One suggestion for the example :-)

Suggested change
ls.stdout.setEncoding('utf8');

Trott commented Jun 24, 2019

Copy link
Copy Markdown
Member

@nodejs/documentation This duplicates sample code from elsewhere in the doc. Is this how we want to do this sort of thing? Would a more succinct example which focuses on close be a better fit here?

Trott commented Jul 30, 2019

Copy link
Copy Markdown
Member

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jul 30, 2019

Trott commented Jul 30, 2019

Copy link
Copy Markdown
Member

Copy link
Copy Markdown
Collaborator

Trott commented Jul 30, 2019

Copy link
Copy Markdown
Member

Landed in 89344f5

Trott closed this Jul 30, 2019
Trott pushed a commit to Trott/io.js that referenced this pull request Jul 30, 2019
PR-URL: nodejs#28376
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Aug 2, 2019
PR-URL: #28376
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. child_process Issues and PRs related to the child_process subsystem. code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL