🎨 Optimizing the user prompts during command usage

This commit is contained in:
Tw93
2023-03-02 17:47:19 +08:00
parent fe754f663e
commit 129893c539
6 changed files with 9 additions and 9 deletions

2
bin/helpers/rust.ts vendored
View File

@@ -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);