diff --git a/src/rest/run_method.ts b/src/rest/run_method.ts index 46e1edc5d..eab56173d 100644 --- a/src/rest/run_method.ts +++ b/src/rest/run_method.ts @@ -33,6 +33,7 @@ export async function runMethod( }); const errorStack = new Error("Location:"); + // @ts-ignore Breaks deno deploy. Luca said add tsignore until it's fixed Error.captureStackTrace(errorStack); // For proxies we don't need to do any of the legwork so we just forward the request