-
Notifications
You must be signed in to change notification settings - Fork 496
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
Wrong error message when a plugin in package.toml but not exists in plugins folder #2415
Comments
Hey @zooeywm, I noticed that you did not correctly follow the issue template. Please ensure that:
Issues with |
The bug is caused by |
Looks like the warning doesn't consider the case that the plugin doesn't exist at all. Would you like to raise a PR to fix it? The code can be found in yazi/yazi-plugin/src/loader/loader.rs Lines 58 to 81 in 84d71bf
|
Sure(^^♪ I will fix it |
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
wezterm 20250223-153857-fd532a8c
yazi --debug
outputDescribe the bug
use
ya pack -a
a plugin, delete it from plugins folder, then enteryazi
, the deprecated entry file warning shows,It should be some like 'The plugin xxx is not exist Please check and install first'
Minimal reproducer
use
ya pack -a
a plugin, delete it from plugins folder, then enteryazi
Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: