Merge branch 'master' into feat/filter
This commit is contained in:
@@ -26,7 +26,10 @@ module.exports = function () {
|
||||
}
|
||||
|
||||
setupController._setupDb(dbConf)
|
||||
.catch(e => { process.exit(1) })
|
||||
.catch(e => {
|
||||
log.warn(String(e))
|
||||
process.exit(1)
|
||||
})
|
||||
}
|
||||
await settingsController.load()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user