From e5f51210379c16427e784dbf829f175053cca3f8 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 26 Jul 2023 17:59:40 -0300 Subject: [PATCH] fix(core.gbapp): FIX SSR errors and setOption impersonated. --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index 869146d8..c178f699 100644 --- a/src/app.ts +++ b/src/app.ts @@ -120,7 +120,7 @@ export class GBServer { GBLog.error('UNCAUGHT_EXCEPTION: Unknown error (err is null)'); } }); - + process.on('SIGTERM', () => { GBLog.info('SIGTERM signal received.'); });