Update web-page handler: add more detailed error logs
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user