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 26328ea commit 96896a4Copy full SHA for 96896a4
1 file changed
packages/rstack/test/helpers/cli.ts
@@ -26,6 +26,7 @@ export const execCli: ExecCli = (command, options = {}) => {
26
27
try {
28
const output = execSync(`${RSTACK_BIN_PATH} ${command}`, {
29
+ stdio: 'pipe',
30
...execOptions,
31
env: {
32
...process.env,
0 commit comments