mirror of
https://github.com/janet-lang/janet
synced 2025-04-04 06:16:55 +00:00
Use lstat instead of stat
This commit is contained in:
parent
2fafe2b5d1
commit
7911e74222
@ -4029,7 +4029,7 @@
|
||||
(defn- rmrf
|
||||
"rm -rf in janet"
|
||||
[x]
|
||||
(case (os/stat x :mode)
|
||||
(case (os/lstat x :mode)
|
||||
nil nil
|
||||
:directory (do
|
||||
(each y (os/dir x) (rmrf (string x "/" y)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user