SimonAlling / userscripter

Create userscripts in a breeze!
https://www.npmjs.com/package/userscripter
MIT License
100 stars 10 forks source link

Exit code 0 when `userscripter init` failed #23

Closed SimonAlling closed 3 years ago

SimonAlling commented 4 years ago
$ ls
foo.txt
$ userscripter init
Directory not empty. Stopping.
$ echo $?
0