fix
This commit is contained in:
parent
c4ad06997c
commit
da99c42e7f
|
|
@ -103,7 +103,7 @@ export const _ = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} catch (e: any) {
|
} catch () {
|
||||||
try {
|
try {
|
||||||
let file = Bun.file(build_old);
|
let file = Bun.file(build_old);
|
||||||
|
|
||||||
|
|
@ -116,7 +116,7 @@ export const _ = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e: any) {
|
||||||
return new Response(
|
return new Response(
|
||||||
`
|
`
|
||||||
console.error("Failed to load index.js")
|
console.error("Failed to load index.js")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue