Skip to content

Commit

Permalink
Add back add_effects
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Feb 3, 2025
1 parent 1b61605 commit d47098b
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 90 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ where
// Enter a variable
// - replace it with value from graph
// - process value
// - (Step::LeaveVar potentially caches the value)
Step::Enter(JsValue::Variable(var)) => {
if cycle_stack.contains(&var) {
done.push(JsValue::unknown(
Expand Down
Loading

0 comments on commit d47098b

Please sign in to comment.