Skip to content
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

thread panics when called from root ('/') directory #31

Closed
TomLebeda opened this issue Mar 5, 2023 · 1 comment · Fixed by #33
Closed

thread panics when called from root ('/') directory #31

TomLebeda opened this issue Mar 5, 2023 · 1 comment · Fixed by #33

Comments

@TomLebeda
Copy link

TomLebeda commented Mar 5, 2023

I really like this program, just a (small?) issue I found:

when I do cd / and then et, I get this panic:

[tom@tom-pc ~]$ cd /
[tom@tom-pc /]$ et
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', /home/tom/.cargo/registry/src/github.com-1ecc6299db9ec823/erdtree-1.2.0/src/fs/erdtree/node.rs:220:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', /home/tom/.cargo/registry/src/github.com-1ecc6299db9ec823/ignore-0.4.20/src/walk.rs:1302:31
^C
@solidiquis
Copy link
Owner

Thank you bringing this to my attention! I just merged in a fix and will include it in the next minor version bump later today. Again tysm! :]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants