Skip to content

Commit

Permalink
Set stdioString: true on install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 4, 2020
1 parent 0331aa1 commit e14d42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install.js
Expand Up @@ -58,6 +58,7 @@ const install = async (args, cb) => {
args: [],
scriptShell,
stdio: 'inherit',
stdioString: true,
event
})
}
Expand Down

0 comments on commit e14d42a

Please sign in to comment.