attempt at making it work
This commit is contained in:
parent
77db9c5c69
commit
fd171da0dc
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
//#!/usr/bin/env node
|
||||
const arg = process.argv[2]
|
||||
|
||||
if (typeof arg === 'undefined') {
|
||||
|
@ -19,7 +19,7 @@ if (typeof arg === 'undefined') {
|
|||
console.log('')
|
||||
console.log('There are no other arguments or options. Make an issue if you encounter a bug or want')
|
||||
console.log('some feature to be implemented. Merge requests are welcome as well.')
|
||||
return
|
||||
process.exit()
|
||||
}
|
||||
|
||||
const english = require('./en.json')
|
Loading…
Add table
Add a link
Reference in a new issue