💬 semi-animated message

This commit is contained in:
ful1e5 2020-11-13 10:13:57 +05:30
parent 742f150b72
commit 97e570a0b1

View file

@ -22,7 +22,7 @@ export default class SvgDirectoryParser {
if (!fs.existsSync(cursorDir)) {
console.log(
`Considering ${chalk.greenBright(cursorDir)} as semi-animated theme`
`${chalk.greenBright(this.svgDir)} contains semi-animated .svg files`
);
this.semiAnimated = true;
return [];