mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 19:25:10 +00:00
7 lines
119 B
Svelte
7 lines
119 B
Svelte
<h1>{status}</h1>
|
|
|
|
<p>{error.message}</p>
|
|
|
|
{#if process.env.NODE_ENV === 'development'}
|
|
<pre>{error.stack}</pre>
|
|
{/if} |