Skip to content

Commit

Permalink
Update the message we print in case of a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Aug 24, 2017
1 parent 2cd263a commit 6a35f55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Conjure/Bug.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ bug :: Doc -> a
bug message = error $ unlines
[ "This should never happen, sorry!"
, ""
, "Please report a bug."
, "However, it did happen, so it must be a bug. Please report it to us!"
, ""
, "Conjure is actively maintained, we will get back to you as soon as possible."
, "You can help us by providing a minimal failing example."
, ""
Expand Down

0 comments on commit 6a35f55

Please sign in to comment.