fix deadlock

This commit is contained in:
Aiden McClelland
2024-03-07 16:43:13 -07:00
parent 2e7c3bf789
commit 8665342edf
4 changed files with 9 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ pub(self) async fn default_mount_command(
cmd.arg(source.as_ref());
}
cmd.arg(mountpoint.as_ref());
Ok(dbg!(cmd))
Ok(cmd)
}
pub(self) async fn default_mount_impl(