Skip to content

Commit cb00a02

Browse files
test: ci
1 parent bd20a58 commit cb00a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ process.on('uncaughtException', (err, origin) => {
77
});
88

99
process.on('unhandledRejection', (reason, promise) => {
10-
logger.error(`Unhandled Rejection at: ${promise}, reason: ${reason}`);
10+
logger.error(`Unhandled Rejection at : ${promise}, reason: ${reason}`);
1111
});
1212

1313
// Start the application

0 commit comments

Comments
 (0)