1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-23 23:10:26 +00:00

Is qemu-arm buggy?

This commit is contained in:
Calvin Rose 2024-05-26 09:53:04 -05:00
parent 6968275ddf
commit aee077c1bd

View File

@ -4041,6 +4041,7 @@
(try
(os/rmdir x)
([e f]
(eprint "printing files in " x "...")
(each y (os/dir x) (eprint " - " y))
(propagate e f))))
(os/rm x))