Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update scopedEval to return the result
We want to use scopedEval to evaluate boolean expressions. It executes the code but doesn't return back the result unless we include 'return ...' in the body. With this quick change it returns the result of the evaluation and works on our inline conditionals.
- Loading branch information