Skip to content

Commit

Permalink
fix: inherit stdio for npm-bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jul 8, 2024
1 parent 663bf62 commit 8ef5a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/npm-installer/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function install() {
// run install
chp.spawnSync(exePath, ['install', '-f'], {
cwd: process.env.INIT_CWD || process.cwd(),
stdio: 'pipe',
stdio: 'inherit',
})
}

Expand Down

0 comments on commit 8ef5a29

Please sign in to comment.