-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ls
panicked
#5371
Comments
fun, which version of ls do you have? (does not seem to be trunk https://github.com/uutils/coreutils/blob/main/src/uu/ls/src/ls.rs#L2819 ) |
@sylvestre I just update my first message with my version. https://github.com/uutils/coreutils/blob/main/src/uu/ls/src/ls.rs#L2891 |
ok, thanks
we should probably not have an unwrap here and handle the error |
If I understand, it’s just cosmetic. I created a PR to ignore this error. |
This error appears when I execute
ls
in a directory where files are rapidly created then deleted.The text was updated successfully, but these errors were encountered: