Skip to content

Commit

Permalink
add stdio pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Aug 19, 2024
1 parent be63888 commit 8ccb1c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/react/scripts/run_demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ const command = process.platform === "win32" ? "npx.cmd" : "npx";

child_process.spawn("react-scripts", commands, {
execPath: command,
shell: true
shell: true,
stdio: 'inherit'
});

0 comments on commit 8ccb1c8

Please sign in to comment.