mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:25:15 +02:00
Fix let-env (#3057)
This commit is contained in:
@ -184,7 +184,7 @@ pub async fn process_script(
|
||||
trace!("{:#?}", block);
|
||||
let env = ctx.get_env();
|
||||
|
||||
ctx.scope.add_env(env);
|
||||
ctx.scope.add_env_to_base(env);
|
||||
let result = run_block(&block, ctx, input_stream).await;
|
||||
match result {
|
||||
Ok(input) => {
|
||||
|
Reference in New Issue
Block a user