Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 99cfc97

Browse files
authored
Fixed broken error page in encoding tests (#1509)
1 parent 4a23da5 commit 99cfc97

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

test/apps/encoding/src/routes/_error.html

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<script>
2+
export let error;
3+
export let status;
4+
</script>
5+
6+
<h1>{status}</h1>
7+
8+
<p>{error.message}</p>

0 commit comments

Comments
 (0)