Minor tweaks

This commit is contained in:
Sindre Sorhus 2022-11-17 01:56:01 +07:00
parent 79c56dfc1e
commit a027e3c1e0
5 changed files with 9 additions and 21 deletions

View file

@ -33,8 +33,6 @@ async function animateString(string) {
}
}
(async () => {
console.log();
await animateString('We hope you enjoy Chalk! <3');
console.log();
})();
console.log();
await animateString('We hope you enjoy Chalk! <3');
console.log();