relative / synchrony

javascript-obfuscator cleaner & deobfuscator
https://deobfuscate.relative.im/
GNU General Public License v3.0
840 stars 108 forks source link

fix: use LF line ending in cli.js #132

Closed kxxt closed 9 months ago

kxxt commented 9 months ago

The shebang line shouldn't end with CRLF.

This PR fixes the following error under Linux:

/usr/bin/env: ‘node\r’: No such file or directory
relative commented 9 months ago

Thank you for your fix!