diff --git a/crates/nu-system/src/foreground.rs b/crates/nu-system/src/foreground.rs index ac859783c1..e30aed0cef 100644 --- a/crates/nu-system/src/foreground.rs +++ b/crates/nu-system/src/foreground.rs @@ -45,7 +45,7 @@ pub mod external_process_setup { #[cfg(target_family = "windows")] pub mod external_process_setup { - pub fn setup_fg_external(external_command: &mut std::process::Command) {} + pub fn prepare_to_foreground(external_command: &mut std::process::Command) {} pub fn set_foreground(process: &std::process::Child) {}