Skip to content

Commit 1e89273

Browse files
Update backend/src/index.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bd2d529 commit 1e89273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ export default {
10731073
return new Response('Not Found', { status: 404 });
10741074
}
10751075
} catch (e) {
1076-
console.error('Error serving asset:', JSON.stringify(e));
1076+
console.error('Error serving asset:', e);
10771077
return new Response('Error serving asset', { status: 500 });
10781078
}
10791079
},

0 commit comments

Comments
 (0)