Skip to content

Commit 87be440

Browse files
committed
fix(npm): forward stdio correctly to binary
1 parent 46cb6ff commit 87be440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

npm/index.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const pathToBinary = resolveBinaryPath();
1515
process.exit(
1616
spawnSync(pathToBinary, args, {
1717
cwd: process.cwd(),
18-
stdio: ['ignore', 'inherit', 'inherit'],
18+
stdio: 'inherit',
1919
env: process.env,
2020
}).status || 0,
2121
);

0 commit comments

Comments
 (0)