mirror of
https://github.com/janet-lang/janet
synced 2025-01-25 22:56:52 +00:00
Merge branch 'master' into bundle-tools
This commit is contained in:
commit
2028ac8a20
@ -4092,9 +4092,7 @@
|
|||||||
(def d (bundle-dir))
|
(def d (bundle-dir))
|
||||||
(if (os/stat d :mode)
|
(if (os/stat d :mode)
|
||||||
(sort (os/dir d))
|
(sort (os/dir d))
|
||||||
(do
|
@[]))
|
||||||
(eprint "bundle dir does not exists: " d)
|
|
||||||
@[])))
|
|
||||||
|
|
||||||
(defn- bundle-uninstall-unchecked
|
(defn- bundle-uninstall-unchecked
|
||||||
[bundle-name]
|
[bundle-name]
|
||||||
|
Loading…
Reference in New Issue
Block a user