ines / termynal

⬛️ Lightweight and modern terminal animations using async/await
MIT License
1.7k stars 110 forks source link

Syntax Error in termynal.min.js #14

Open awaelchli opened 4 years ago

awaelchli commented 4 years ago

In the Google Chrome console I see the following error:

Uncaught SyntaxError: Unexpected token 'if'

The error appears near if(g>z){break;}}}} in the minified js file. However, I can't find this if statement anywhere in the non-minified version. It seems there is a mismatch between the two.