Closed cpitclaudel closed 1 year ago
Thanks, your analysis seems correct. I've wrapped the code with a when-let
binding for the filename, so this should prevent the issue. If you have some time to test it and confirm it would be great :) MELPA will take couple hours to rebuild though.
When I run dired-collapse in my home directory, I get the following errror:
This seems to be due to a line that dired-collapse doesn't expect; here's an example buffer:
The crash happens because
dired-utils-get-filename
returnsnil
on themedia
line (that line is there becausemedia
is a dangling mount).