mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 06:50:26 +00:00
fix cook error.
This commit is contained in:
parent
ea25766374
commit
5a28d8d1fa
@ -17,7 +17,7 @@
|
|||||||
(print cmd)
|
(print cmd)
|
||||||
(def res (os/shell cmd))
|
(def res (os/shell cmd))
|
||||||
(unless (zero? res)
|
(unless (zero? res)
|
||||||
(error "command exited with status " res)))
|
(error (string "command exited with status " res))))
|
||||||
|
|
||||||
(defn- rm
|
(defn- rm
|
||||||
"Remove a directory and all sub directories."
|
"Remove a directory and all sub directories."
|
||||||
|
Loading…
Reference in New Issue
Block a user