Skip to content

Commit 93323c3

Browse files
committed
chore: restore lint comments until Deno 1.12
1 parent bbd5fe4 commit 93323c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,9 @@ export class Application<AS extends State = Record<string, any>>
447447
context.response.destroy(false);
448448
return response;
449449
} catch (err) {
450+
// deno-lint-ignore no-unreachable
450451
this.#handleError(context, err);
452+
// deno-lint-ignore no-unreachable
451453
throw err;
452454
}
453455
}) as HandleMethod;

0 commit comments

Comments
 (0)