Skip to content

Conversation

@Trott
Copy link
Member

tmpdir.path will never be falsy so there is no need to guard against
that.

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

`tmpdir.path` will never be falsy so there is no need to guard against that.
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Feb 18, 2019
@Trott
Copy link
MemberAuthor

Trott commented Feb 18, 2019

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 18, 2019
@Trott
Copy link
MemberAuthor

Landed in d2c29bd

@TrottTrott closed this Feb 20, 2019
Trott added a commit to Trott/io.js that referenced this pull request Feb 20, 2019
`tmpdir.path` will never be falsy so there is no need to guard against that. PR-URL: nodejs#26177 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Weijia Wang <[email protected]>
addaleax pushed a commit that referenced this pull request Feb 21, 2019
`tmpdir.path` will never be falsy so there is no need to guard against that. PR-URL: #26177 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Weijia Wang <[email protected]>
@BridgeARBridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
`tmpdir.path` will never be falsy so there is no need to guard against that. PR-URL: #26177 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Weijia Wang <[email protected]>
@TrottTrott deleted the refactor-test-pipe-file branch January 13, 2022 22:51
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.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@nodejs-github-bot@danbev@jasnell@cjihrig@richardlau@starkwang