This commit is contained in:
sxyazi 2025-01-09 15:56:10 +08:00
parent 2af101dd40
commit 10f9ceb04f
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ use anyhow::Context;
use tracing_appender::non_blocking::WorkerGuard; use tracing_appender::non_blocking::WorkerGuard;
use tracing_subscriber::EnvFilter; use tracing_subscriber::EnvFilter;
use yazi_fs::Xdg; use yazi_fs::Xdg;
use yazi_shared::{LOG_LEVEL, LogLevel, RoCell}; use yazi_shared::{LOG_LEVEL, RoCell};
static _GUARD: RoCell<WorkerGuard> = RoCell::new(); static _GUARD: RoCell<WorkerGuard> = RoCell::new();