This commit is contained in:
Rizky 2024-08-19 12:51:41 +07:00
parent c4ad06997c
commit da99c42e7f
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ export const _ = {
},
}
);
} catch (e: any) {
} catch () {
try {
let file = Bun.file(build_old);
@ -116,7 +116,7 @@ export const _ = {
},
}
);
} catch (e) {
} catch (e: any) {
return new Response(
`
console.error("Failed to load index.js")