fix: wrong state pointed to and ignore plugin/flavor directory creation errors

This commit is contained in:
sxyazi 2024-04-01 00:11:07 +08:00
parent bfcf401b40
commit 7a99ea4409
No known key found for this signature in database
4 changed files with 20 additions and 23 deletions

View file

@ -5,7 +5,7 @@ use parking_lot::RwLock;
use yazi_boot::BOOT;
use yazi_shared::{fs::Url, RoCell};
use crate::{body::{Body, BodyCd, BodyHi, BodyHover, BodyRename, BodyTabs, BodyYank}, Client, Payload, ID, PEERS};
use crate::{body::{Body, BodyCd, BodyHi, BodyHover, BodyRename, BodyTabs, BodyYank}, Client, ID, PEERS};
pub static LOCAL: RoCell<RwLock<HashMap<String, HashMap<String, Function<'static>>>>> =
RoCell::new();