mirror of
https://github.com/zhom/banderole.git
synced 2026-04-29 15:25:58 +02:00
chore: windows linting
This commit is contained in:
+1
-1
@@ -640,7 +640,7 @@ impl BundlerTestHelper {
|
||||
#[cfg(windows)]
|
||||
{
|
||||
let _ = std::process::Command::new("taskkill")
|
||||
.args(&["/F", "/PID", &child_id.to_string()])
|
||||
.args(["/F", "/PID", &child_id.to_string()])
|
||||
.output();
|
||||
}
|
||||
|
||||
|
||||
@@ -1304,7 +1304,7 @@ fn run_with_timeout(cmd: &mut Command, timeout: Duration) -> std::io::Result<std
|
||||
#[cfg(windows)]
|
||||
{
|
||||
let _ = std::process::Command::new("taskkill")
|
||||
.args(&["/F", "/PID", &child_id.to_string()])
|
||||
.args(["/F", "/PID", &child_id.to_string()])
|
||||
.output();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user