Skip to content

Commit

Permalink
Remove duplicate output
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Aug 2, 2022
1 parent 31b0fe7 commit bcc60c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/lib/cli/src/repro-generators/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export const exec = async (
});

child.stderr.pipe(process.stderr);
child.stdout.pipe(process.stdout);

child.on('exit', (code) => {
if (code === 0) {
Expand Down

0 comments on commit bcc60c1

Please sign in to comment.