Skip to content

Commit

Permalink
chore: add /dev/throw
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 9, 2023
1 parent eda41f1 commit 87c6f86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/routes/dev/throw.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import type { LoaderFunction } from "@remix-run/server-runtime";

export const loader: LoaderFunction = async () => {
throw new Error("Boom🔥");
};

0 comments on commit 87c6f86

Please sign in to comment.