Skip to content

Commit

Permalink
Make failures more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
swlkr committed Jan 30, 2020
1 parent 91c7d8e commit 5c534cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tester.janet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
(file/write stdout "\e[32m.\e[0m"))
(do
(set numchecks 0)
(print "\n" e)))
(file/write stdout "\n\e[31mx\e[0m ")
(print e)))
x)

(defn test [e x]
Expand Down

0 comments on commit 5c534cd

Please sign in to comment.