We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117f237 commit 79d99b8Copy full SHA for 79d99b8
apps/web/utils/logger.ts
@@ -90,5 +90,5 @@ function formatError(args?: Record<string, unknown>) {
90
91
function cleanError(error: unknown) {
92
if (error instanceof Error) return error.message;
93
- return String(error);
+ return error;
94
}
0 commit comments