Fix #3244: Add tag reloaded frame (#3246)

This commit is contained in:
Leonhard Kipp 2021-04-01 23:25:26 +02:00 committed by GitHub
parent 90fae903ce
commit b13202bbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {