mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Merge remote-tracking branch 'origin/master' into gitlab_snippets
# Conflicts: # bower.json # public/views/body.ejs
This commit is contained in:
commit
e65d43bd81
10 changed files with 149 additions and 13 deletions
3
app.js
3
app.js
|
@ -516,5 +516,8 @@ models.sequelize.sync().then(startListen);
|
|||
|
||||
// log uncaught exception
|
||||
process.on('uncaughtException', function (err) {
|
||||
logger.error('An uncaught exception has occured.');
|
||||
logger.error(err);
|
||||
logger.error('Process will exit now.');
|
||||
process.exit(1);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue