mirror of
https://github.com/janet-lang/janet
synced 2025-09-10 14:56:08 +00:00
Change os/perm-str to os/perm-string.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
|
||||
(defn assert
|
||||
"Override's the default assert with some nice error handling."
|
||||
[x e]
|
||||
[x &opt e]
|
||||
(default e "assert error")
|
||||
(++ num-tests-run)
|
||||
(when x (++ num-tests-passed))
|
||||
(if x
|
||||
|
Reference in New Issue
Block a user