Skip to content

Commit

Permalink
Resolves #81: formats error message nicely before exiting.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonoclastBrigham committed Nov 1, 2019
1 parent 3ac8326 commit 5945f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@

(unless (show-frame?)
(uncaught-exception-handler (λ (err)
(printf "ERROR ~v~n" err)
(printf "ivy: error: ~a~n" (exn-message err))
(exit 1))))

(cond
Expand Down

0 comments on commit 5945f1d

Please sign in to comment.