Skip to content

Commit

Permalink
fix: catch event.respondWith errors (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
predetermined authored Dec 11, 2023
1 parent cc086fc commit ef8c459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function getAquaRequestFromNativeRequest(
status: getFinalizedStatusCode(res, 200),
headers: getFinalizedHeaders(res),
}),
);
).catch((_e) => {});
},
},
raw: req,
Expand Down

0 comments on commit ef8c459

Please sign in to comment.