mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 08:31:29 +02:00
Finish adding support for protecting value shells
This commit is contained in:
@@ -35,8 +35,6 @@ fn mkdir(
|
||||
args: MkdirArgs,
|
||||
context: &RunnablePerItemContext,
|
||||
) -> Result<VecDeque<ReturnValue>, ShellError> {
|
||||
println!("shell clone");
|
||||
let shell_manager = context.shell_manager.clone();
|
||||
println!("mkdir");
|
||||
shell_manager.mkdir(args, context)
|
||||
}
|
||||
|
Reference in New Issue
Block a user