fix(environment): overlay shared clone
This commit is contained in:
parent
9abe404925
commit
efe1a7877b
@ -82,7 +82,7 @@ impl<'a> Environment<'a> {
|
|||||||
Environment {
|
Environment {
|
||||||
layer,
|
layer,
|
||||||
outer: Some(&self),
|
outer: Some(&self),
|
||||||
shared: Rc::new(RefCell::new(EnvironmentLayer::new())),
|
shared: self.shared.clone(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user