mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-25 11:46:06 +02:00
fmt
This commit is contained in:
@@ -264,15 +264,7 @@ impl LoggerBuilder {
|
||||
.into()
|
||||
}
|
||||
LogTarget::LogDir => {
|
||||
let path = app_handle.path_resolver()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.log_dir().unwrap();
|
||||
let path = app_handle.path_resolver().log_dir().unwrap();
|
||||
if !path.exists() {
|
||||
fs::create_dir_all(&path).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user