mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
fix workflows
This commit is contained in:
@@ -264,7 +264,15 @@ 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