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