fix(core.gbapp): FIX SSR errors and setOption impersonated.

This commit is contained in:
Rodrigo Rodriguez 2023-07-26 17:59:40 -03:00
parent ed9644089e
commit e5f5121037

View file

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