mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 19:42:39 +10:00
utility files
This commit is contained in:
@ -88,7 +88,7 @@ async function bootstrap() {
|
||||
const logger = new Logger('NestApplication');
|
||||
|
||||
process.on('unhandledRejection', (reason, promise) => {
|
||||
logger.error(`UnhandledRejection: ${promise}, reason: ${reason}`);
|
||||
logger.error(`UnhandledRejection, reason: ${reason}`, promise);
|
||||
});
|
||||
|
||||
process.on('uncaughtException', (error) => {
|
||||
|
||||
Reference in New Issue
Block a user