We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a31dbe2 commit 3cd8514Copy full SHA for 3cd8514
core/src/processor.rs
@@ -2,6 +2,7 @@ use crate::{Logger, Progress};
2
use std::ffi::OsStr;
3
use std::fs::{create_dir_all, remove_file};
4
use std::io::ErrorKind;
5
+#[cfg(target_os = "windows")]
6
use std::os::windows::process::CommandExt;
7
use std::path::Path;
8
use std::process::{Command, Stdio};
0 commit comments