mirror of
https://github.com/status-im/codimd.git
synced 2025-02-04 18:13:34 +00:00
fix: lint
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
65b040545c
commit
99afa20e34
2
app.js
2
app.js
@ -273,7 +273,7 @@ models.sequelize.sync().then(function () {
|
||||
throw new Error('server still not ready after db synced')
|
||||
}
|
||||
}).catch(err => {
|
||||
logger.error('Can\'t sync database');
|
||||
logger.error('Can\'t sync database')
|
||||
logger.error(err.stack)
|
||||
logger.error('Process will exit now.')
|
||||
process.exit(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user