Fix broken shit after dep updates

This commit is contained in:
Jonathan Cremin 2020-06-14 22:29:04 +01:00
parent 7878346910
commit d89c8872d2
15 changed files with 1169 additions and 713 deletions

1
app.js
View file

@ -76,6 +76,7 @@ app.on('error', (err, ctx) => {
Sentry.captureException(err);
});
}
debug(err);
});
if (!module.parent) {