fix stdout pipe buffer blocking during package installation
This commit is contained in:
3
bin/helpers/rust.ts
vendored
3
bin/helpers/rust.ts
vendored
@@ -81,6 +81,9 @@ export async function installRust() {
|
||||
try {
|
||||
await shellExec(
|
||||
IS_WIN ? rustInstallScriptForWindows : rustInstallScriptForMac,
|
||||
300000,
|
||||
undefined,
|
||||
true,
|
||||
);
|
||||
spinner.succeed(chalk.green('✔ Rust installed successfully!'));
|
||||
ensureRustEnv();
|
||||
|
||||
Reference in New Issue
Block a user