chore(logging): エラーログが2回出力される問題を修正 (MisskeyIO#348)

This commit is contained in:
まっちゃとーにゅ
2024-01-09 18:15:43 +09:00
committed by GitHub
parent ea30daf058
commit 83a2b947f0

View File

@@ -72,7 +72,6 @@ if (!envOption.quiet) {
process.on('uncaughtException', err => {
try {
logger.error(err);
console.trace(err);
} catch { }
});