Skip to content

Commit

Permalink
fix(core): always inherit output from plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jul 2, 2024
1 parent 4c76b95 commit ab16e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ async function startPluginWorker() {
ipcPath,
],
{
stdio: process.stdout.isTTY ? 'inherit' : 'ignore',
stdio: 'inherit',
env,
detached: true,
shell: false,
Expand Down

0 comments on commit ab16e06

Please sign in to comment.