forked from larvalabs/pullup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR larvalabs#81 - fix a couple small things during merge.
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
module.exports = { | ||
users: [ // ADD YOUR USERNAME AT THE TOP | ||
'd7p', | ||
'kasperlewau', | ||
'kennethrapp', | ||
'briansoule', | ||
|
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,13 @@ | ||
extends ./layout | ||
|
||
block content | ||
h1 You broke it :( | ||
h2 | ||
| You can help by reporting this or by fixing it, find out how on our <a href="https://github.com/larvalabs/pullup">GitHub page</a>. | ||
p. The stack trace is located in the page source. | ||
|
||
.error | ||
.name #{error.name} | ||
.message #{error.message} | ||
// | ||
#{error.stack} |