This commit is contained in:
dangered wolf 2023-11-10 20:16:52 -05:00
parent b0b2c095de
commit 932511f769
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -108,7 +108,7 @@ export default {
return await app.fetch(request, env, ctx); return await app.fetch(request, env, ctx);
} catch (err) { } catch (err) {
console.error(err); console.error(err);
console.log('Ouch, that error hurt so much Sentry couldnt catch it'); console.log(`Ouch, that error hurt so much Sentry couldn't catch it`);
return new Response(Strings.ERROR_HTML, { return new Response(Strings.ERROR_HTML, {
headers: { headers: {