Skip to content

Commit

Permalink
chore(logging): エラーログが2回出力される問題を修正 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Jan 9, 2024
1 parent ea30daf commit 83a2b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/boot/entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ if (!envOption.quiet) {
process.on('uncaughtException', err => {
try {
logger.error(err);
console.trace(err);
} catch { }
});

Expand Down

0 comments on commit 83a2b94

Please sign in to comment.