Update web-page handler: add more detailed error logs

This commit is contained in:
2026-03-22 10:56:48 +01:00
parent 3d044ee79e
commit 49d6781170
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ declare const bunext: {
bunextLog: {
info: (msg: string, log?: any) => void;
success: (msg: string, log?: any) => void;
error: (msg: string | Error) => void;
error: (msg: string | Error, log?: any) => void;
warn: (msg: string) => void;
build: (msg: string) => void;
watch: (msg: string) => void;