pull/30/head
Jonas Kruckenberg 3 years ago
parent ce18e44181
commit 1a65ec95f2

@ -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();
}

Loading…
Cancel
Save