1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-08 13:56:09 +00:00

Tweaks on redef feature branch.

This commit is contained in:
Calvin Rose
2022-01-06 19:44:03 -06:00
parent ea9d5ec793
commit 99cfbaa63b
7 changed files with 50 additions and 48 deletions

View File

@@ -16,7 +16,7 @@
(def str (string e))
(if x
(when is-verbose (eprintf "\e[32m✔\e[0m %s: %v" (describe e) x))
(eprintf "\n\e[31m✘\e[0m %s: %v" (describe e) x))
(eprintf "\e[31m✘\e[0m %s: %v" (describe e) x))
x)
(defmacro assert-error