🎨 Optimizing the user prompts during command usage
This commit is contained in:
2
bin/helpers/rust.ts
vendored
2
bin/helpers/rust.ts
vendored
@@ -13,7 +13,7 @@ export async function installRust() {
|
||||
await shellExec(IS_WIN ? RustInstallScriptForWin : RustInstallScriptFocMac);
|
||||
spinner.succeed();
|
||||
} catch (error) {
|
||||
console.error('install rust return code', error.message);
|
||||
console.error('Error codes that occur during the Rust installation process.', error.message);
|
||||
spinner.fail();
|
||||
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user