We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd20a58 commit cb00a02Copy full SHA for cb00a02
packages/backend/src/app.ts
@@ -7,7 +7,7 @@ process.on('uncaughtException', (err, origin) => {
7
});
8
9
process.on('unhandledRejection', (reason, promise) => {
10
- logger.error(`Unhandled Rejection at: ${promise}, reason: ${reason}`);
+ logger.error(`Unhandled Rejection at : ${promise}, reason: ${reason}`);
11
12
13
// Start the application
0 commit comments