mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Remove random comment
This commit is contained in:
@@ -195,7 +195,6 @@ pub fn verify_wine_setup(config: &mut Config) -> Result<()> {
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
// If everything's
|
|
||||||
let output = Command::new(&yabridge_host_exe_path)
|
let output = Command::new(&yabridge_host_exe_path)
|
||||||
.output()
|
.output()
|
||||||
.with_context(|| format!("Could not run '{}'", yabridge_host_exe_path.display()))?;
|
.with_context(|| format!("Could not run '{}'", yabridge_host_exe_path.display()))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user