mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
parent
90fae903ce
commit
b13202bbfc
@ -246,7 +246,7 @@ impl EvaluationContext {
|
|||||||
.transpose()?;
|
.transpose()?;
|
||||||
|
|
||||||
let tag = config::cfg_path_to_scope_tag(cfg_path);
|
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();
|
frame.env = cfg.env_map();
|
||||||
if let Some(path) = joined_paths {
|
if let Some(path) = joined_paths {
|
||||||
|
Loading…
Reference in New Issue
Block a user