mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Fix typo
This commit is contained in:
parent
b0b2c095de
commit
932511f769
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue