-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from pulsar-edit/improved-error-pages
Better error reporting
- Loading branch information
Showing
5 changed files
with
67 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<%- include('../partials/header', { page }); %> | ||
|
||
<article> | ||
<div class="w-full border border-secondary rounded p-3"> | ||
<span class="text-3xl text-primary">This Page encountered an Error!</span> | ||
</div> | ||
<div id="readme" class="mt-12 prose max-w-none"> | ||
<h1> | ||
If you think you're seeing this page in error. Please report an issue on | ||
<a href="https://github.com/pulsar-edit/package-frontend/issues">GitHub</a> or | ||
<a href="https://discord.gg/7aEbB9dGRT">Discord</a>. | ||
</h1> | ||
<pre> | ||
<code class="hljs language-json"> | ||
<%-error%> | ||
</code> | ||
</pre> | ||
</div> | ||
</article> | ||
|
||
<%- include('../partials/footer'); %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters