fix(npm): fix hanging shells (#159)

This commit is contained in:
Sam Denty
2024-10-07 16:24:29 +02:00
committed by GitHub
parent d0828e4c86
commit 31c07c06cb
2 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ export async function newShellProcess(webcontainer: WebContainer, terminal: ITer
cols: terminal.cols ?? 80,
rows: terminal.rows ?? 15,
},
env: { npm_config_yes: true },
});
const input = process.input.getWriter();