mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-01 07:38:27 -04:00
💬 semi-animated message
This commit is contained in:
parent
742f150b72
commit
97e570a0b1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export default class SvgDirectoryParser {
|
||||||
|
|
||||||
if (!fs.existsSync(cursorDir)) {
|
if (!fs.existsSync(cursorDir)) {
|
||||||
console.log(
|
console.log(
|
||||||
`Considering ${chalk.greenBright(cursorDir)} as semi-animated theme`
|
`${chalk.greenBright(this.svgDir)} contains semi-animated .svg files`
|
||||||
);
|
);
|
||||||
this.semiAnimated = true;
|
this.semiAnimated = true;
|
||||||
return [];
|
return [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue