mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 23:40:27 +00:00
Is qemu-arm buggy?
This commit is contained in:
parent
6968275ddf
commit
aee077c1bd
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user