WIP
This commit is contained in:
parent
0aa457680c
commit
47db8e9ead
7 changed files with 136 additions and 114 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
const app = require('../lib/app')
|
||||
|
||||
process.on('unhandledRejection', err => console.log(err.stack))
|
||||
process.on('unhandledRejection', err => {
|
||||
console.log('Unhandled rejection')
|
||||
console.log(err.stack)
|
||||
})
|
||||
|
||||
app.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue