fix(core.gbapp): FIX SSR errors and setOption impersonated.
This commit is contained in:
parent
ed9644089e
commit
e5f5121037
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue