Skip to content

Commit

Permalink
test: do not run test-corepack-yarn-install with no internet
Browse files Browse the repository at this point in the history
PR-URL: #40090
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
aduh95 authored and nodejs-github-bot committed Sep 18, 2021
1 parent 2b080cb commit 3101c09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function handleExit(error, stdout, stderr) {
const signalCode = error ? error.signal : null;

if (code !== 0) {
process.stdout.write(stdout);
process.stderr.write(stderr);
}

Expand Down

0 comments on commit 3101c09

Please sign in to comment.