mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 04:09:27 +02:00
update miette and switch to GenericErrors (#5222)
This commit is contained in:
2
crates/nu-command/src/env/with_env.rs
vendored
2
crates/nu-command/src/env/with_env.rs
vendored
@ -102,6 +102,7 @@ fn with_env(
|
||||
call.positional_nth(1)
|
||||
.expect("already checked through .req")
|
||||
.span,
|
||||
None,
|
||||
));
|
||||
}
|
||||
}
|
||||
@ -128,6 +129,7 @@ fn with_env(
|
||||
call.positional_nth(1)
|
||||
.expect("already checked through .req")
|
||||
.span,
|
||||
None,
|
||||
));
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user