mirror of
https://github.com/janet-lang/janet
synced 2025-09-02 10:58:03 +00:00
fix cook error.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
(print cmd)
|
||||
(def res (os/shell cmd))
|
||||
(unless (zero? res)
|
||||
(error "command exited with status " res)))
|
||||
(error (string "command exited with status " res))))
|
||||
|
||||
(defn- rm
|
||||
"Remove a directory and all sub directories."
|
||||
|
Reference in New Issue
Block a user