mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-29 14:25:25 -04:00
🚀 default message in spinner set to null
This commit is contained in:
parent
633a314fa9
commit
8b24845c86
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import ora from "ora";
|
||||
import chalk from "chalk";
|
||||
|
||||
const spinner = ora(`loading ${chalk.red("Bibata")}`);
|
||||
const spinner = ora();
|
||||
|
||||
export { spinner };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue