Add tests for npm run scripts
This commit is contained in:
parent
04de542abd
commit
fdbda9e3d6
25 changed files with 223 additions and 39 deletions
|
@ -18,7 +18,7 @@ db.init(true)
|
|||
.then(user => {
|
||||
if (!user) {
|
||||
console.error('User unknown.')
|
||||
return
|
||||
process.exit(-1)
|
||||
}
|
||||
|
||||
const readline = require('readline')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue