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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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