Skip to content

Commit 79d99b8

Browse files
committed
adjust logging
1 parent 117f237 commit 79d99b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/utils/logger.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ function formatError(args?: Record<string, unknown>) {
9090

9191
function cleanError(error: unknown) {
9292
if (error instanceof Error) return error.message;
93-
return String(error);
93+
return error;
9494
}

0 commit comments

Comments
 (0)