Skip to content

Commit

Permalink
add stdio option
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Nov 8, 2023
1 parent 93fb751 commit e7ff14d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspaces/libnpmexec/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const exec = async (opts) => {
path = '.',
runPath = '.',
scriptShell = isWindows ? process.env.ComSpec || 'cmd' : 'sh',
stdio,
...flatOptions
} = opts

Expand All @@ -104,6 +105,7 @@ const exec = async (opts) => {
binPaths,
runPath,
scriptShell,
stdio,
})

// interactive mode
Expand Down

0 comments on commit e7ff14d

Please sign in to comment.