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

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

View file

@ -120,7 +120,7 @@ export class GBServer {
GBLog.error('UNCAUGHT_EXCEPTION: Unknown error (err is null)');
}
});
process.on('SIGTERM', () => {
GBLog.info('SIGTERM signal received.');
});