mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Another attempt to fix the zombie processes
This commit is contained in:
@ -93,6 +93,8 @@ fn load_plugin(path: &std::path::Path, context: &mut Context) -> Result<(), Shel
|
||||
Err(e) => Err(ShellError::string(format!("Error: {:?}", e))),
|
||||
};
|
||||
|
||||
let _ = child.wait();
|
||||
|
||||
result
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user