We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea911fc commit 49573efCopy full SHA for 49573ef
test.js
@@ -22,7 +22,7 @@ function executeCommand(command, index) {
22
cp.stdin.on('error', () => {});
23
cp.stdout.on('error',() => {});
24
25
- // cp.stdout.pipe(process.stdout);
+ cp.stdout.pipe(process.stdout);
26
cp.stderr.pipe(process.stderr);
27
28
let rejected = false;
0 commit comments