pull/279/head
FabianLars 2 years ago
parent b3e579656d
commit fff1bfb5e2
No known key found for this signature in database
GPG Key ID: 3B12BC1DEBF61125

@ -113,7 +113,7 @@ fn path_mapper<R: Runtime>(
dir.or(Some(BaseDirectory::App)), dir.or(Some(BaseDirectory::App)),
)?; )?;
let _ = create_dir_all(path.parent().unwrap_or(path)); // FIXME: Log this instead of ignoring it let _ = create_dir_all(path.parent().unwrap_or(&path)); // FIXME: Log this instead of ignoring it
Ok(format!( Ok(format!(
"sqlite://{}{}", "sqlite://{}{}",

Loading…
Cancel
Save