Skip to content

Commit 99afa20

Browse files
committed
fix: lint
Signed-off-by: Raccoon <raccoon@hackmd.io>
1 parent 65b0405 commit 99afa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ models.sequelize.sync().then(function () {
273273
throw new Error('server still not ready after db synced')
274274
}
275275
}).catch(err => {
276-
logger.error('Can\'t sync database');
276+
logger.error('Can\'t sync database')
277277
logger.error(err.stack)
278278
logger.error('Process will exit now.')
279279
process.exit(1)

0 commit comments

Comments
 (0)