Skip to content

stream: no need to initial er with false - #20607

Closed
JacksonTian wants to merge 1 commit into
nodejs:masterfrom
JacksonTian:err
Closed

stream: no need to initial er with false#20607
JacksonTian wants to merge 1 commit into
nodejs:masterfrom
JacksonTian:err

Conversation

@JacksonTian

@JacksonTianJacksonTian commented May 8, 2018

Copy link
Copy Markdown
Contributor

initial er with false is unnecessarily.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

initial `er` with false is unnecessarily.
@nodejs-github-botnodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label May 8, 2018
@starkwang

Copy link
Copy Markdown
Contributor

@lpincalpinca added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 12, 2018
@trivikr

Copy link
Copy Markdown
Member

Landed in 0e9ea35

@trivikrtrivikr closed this May 13, 2018
trivikr pushed a commit that referenced this pull request May 13, 2018
initial `er` with false is unnecessarily.
PR-URL: #20607
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@JacksonTian
JacksonTian deleted the err branch May 14, 2018 02:51
addaleax pushed a commit that referenced this pull request May 14, 2018
initial `er` with false is unnecessarily.
PR-URL: #20607
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@addaleaxaddaleax mentioned this pull request May 14, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@JacksonTian@starkwang@trivikr@jasnell@lpinca@cjihrig@nodejs-github-bot