We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce
ln -s blahblah blahblah
spf
panic: runtime error: invalid memory address or nil pointer dereference━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┫1/3┣━┛┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x10d806d2a] goroutine 125 [running ]: github.com/MHNightCat/superfile/internal.returnMetaData({{{0xc0000c8d88, 0x1, 0x1}, 0x8f, 0x0, 0x6}, {{0xc0001f8000, 0x7, 0x7}, 0x0}, ...}) github.com/MHNightCat/s uperfile/internal/function.go:288 +0x46a github.com/MHNightCat/superfile/internal.mainKey.func2() github.com/MHNightCat/superfile/internal/key_function.go:34 +0x 51 created by github.com/MHNightCat/superfile/internal.mainKey in goroutine 1 github.com/MHNightCat/superfile/internal/key_function.go:33 +0xa8a
Expected behavior spf doesn't crash, unless the user decides to enter that directory. mc (Midnight Commander) does it.
System information (please complete the following information):
The text was updated successfully, but these errors were encountered:
@anta40 Hey, thanks for the report, I just fixed it: 6235c1d
Sorry, something went wrong.
No branches or pull requests
To Reproduce
ln -s blahblah blahblah
spf
, keep navigating until you found the directoryExpected behavior
spf doesn't crash, unless the user decides to enter that directory. mc (Midnight Commander) does it.
System information (please complete the following information):
The text was updated successfully, but these errors were encountered: