Skip to content

Commit

Permalink
Fix for child process running
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Walton committed Mar 30, 2020
1 parent e198255 commit e97ecd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class ChildProcessRunner {
[this.#functionKey, this.#handlerName, this.#handlerPath],
{
env: this.#env,
stdio: 'inherit',
},
)

Expand Down

0 comments on commit e97ecd3

Please sign in to comment.