chore(logging): エラーログが2回出力される問題を修正 (MisskeyIO#348)
This commit is contained in:
parent
ea30daf058
commit
83a2b947f0
|
@ -72,7 +72,6 @@ if (!envOption.quiet) {
|
|||
process.on('uncaughtException', err => {
|
||||
try {
|
||||
logger.error(err);
|
||||
console.trace(err);
|
||||
} catch { }
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue