From 932511f769e998d43332a658246a4770a2e010ca Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 10 Nov 2023 20:16:52 -0500 Subject: [PATCH] Fix typo --- src/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker.ts b/src/worker.ts index f679080..28a5767 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -108,7 +108,7 @@ export default { return await app.fetch(request, env, ctx); } catch (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, { headers: {