diff --git a/src/app.ts b/src/app.ts index 8dd30afd..52b6b7e4 100644 --- a/src/app.ts +++ b/src/app.ts @@ -111,11 +111,11 @@ export class GBServer { }); process.on('uncaughtException', (err, p) => { - GBLog.error(`UNCAUGHT_EXCEPTION: ${JSON.stringify(err).}`); + GBLog.error(`UNCAUGHT_EXCEPTION: ${JSON.stringify(err)}`); }); process.on('unhandledRejection', (err, p) => { - GBLog.error(`UNHANDLED_REJECTION: ${JSON.stringify(err).}`); + GBLog.error(`UNHANDLED_REJECTION: ${JSON.stringify(err)}`); }); // Creates working directory.