unexpected error stack

This commit is contained in:
2026-02-17 00:40:01 +00:00
parent a277add601
commit 61fc1e9dbe
+1
View File
@@ -91,5 +91,6 @@ honoServer.onError((error, ctx) => {
}
console.error('Unexpected error:', error.message);
console.log(error.stack);
return ctx.text('Internal Server Error', 500);
});