Skip to content

Commit 2b49da3

Browse files
committed
Fix?
1 parent feb9b6f commit 2b49da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ process.on("unhandledRejection", function (reason) {
115115
// eslint-disable-next-line @typescript-eslint/no-explicit-any
116116
error: any
117117
) {
118-
await logger.error(error);
118+
await logger.error(inspect(error));
119119
process.exit(1);
120120
}
121121
})().catch((error) => {

0 commit comments

Comments
 (0)