Skip to content

Commit

Permalink
fix(core.gbapp): FIX SSR errors and setOption impersonated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jul 26, 2023
1 parent ed96440 commit e5f5121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class GBServer {
GBLog.error('UNCAUGHT_EXCEPTION: Unknown error (err is null)');
}
});

process.on('SIGTERM', () => {
GBLog.info('SIGTERM signal received.');
});
Expand Down

0 comments on commit e5f5121

Please sign in to comment.