mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
parent
90fae903ce
commit
b13202bbfc
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ impl EvaluationContext {
|
|||
.transpose()?;
|
||||
|
||||
let tag = config::cfg_path_to_scope_tag(cfg_path);
|
||||
let mut frame = ScopeFrame::new();
|
||||
let mut frame = ScopeFrame::with_tag(tag.clone());
|
||||
|
||||
frame.env = cfg.env_map();
|
||||
if let Some(path) = joined_paths {
|
||||
|
|
Loading…
Reference in a new issue