Skip to content

Commit

Permalink
show actual error in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 9, 2024
1 parent 4c7533c commit 483c4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emitAccountReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default async function emitAccountReport(
)
} catch (e) {
logger.warn(`${e.message} from emitAccountReport failed`)
logger.warn(`${e}`)
return false
}

Expand Down

0 comments on commit 483c4e6

Please sign in to comment.