fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit bed18dce6f - Show all commits

View file

@ -111,11 +111,11 @@ export class GBServer {
}); });
process.on('uncaughtException', (err, p) => { process.on('uncaughtException', (err, p) => {
GBLog.error(`UNCAUGHT_EXCEPTION: ${JSON.stringify(err).}`); GBLog.error(`UNCAUGHT_EXCEPTION: ${JSON.stringify(err)}`);
}); });
process.on('unhandledRejection', (err, p) => { process.on('unhandledRejection', (err, p) => {
GBLog.error(`UNHANDLED_REJECTION: ${JSON.stringify(err).}`); GBLog.error(`UNHANDLED_REJECTION: ${JSON.stringify(err)}`);
}); });
// Creates working directory. // Creates working directory.