mirror of
https://github.com/janet-lang/janet
synced 2025-11-13 22:07:13 +00:00
Is qemu-arm buggy?
This commit is contained in:
@@ -4041,6 +4041,7 @@
|
|||||||
(try
|
(try
|
||||||
(os/rmdir x)
|
(os/rmdir x)
|
||||||
([e f]
|
([e f]
|
||||||
|
(eprint "printing files in " x "...")
|
||||||
(each y (os/dir x) (eprint " - " y))
|
(each y (os/dir x) (eprint " - " y))
|
||||||
(propagate e f))))
|
(propagate e f))))
|
||||||
(os/rm x))
|
(os/rm x))
|
||||||
|
|||||||
Reference in New Issue
Block a user