diff options
Diffstat (limited to 'core/invoke.moon')
| -rw-r--r-- | core/invoke.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/invoke.moon b/core/invoke.moon index 69ce881..a401c9a 100644 --- a/core/invoke.moon +++ b/core/invoke.moon @@ -19,7 +19,7 @@ class op_invoke extends Action true eval: (scope, tail) => - children = L\push -> [L\push expr\eval, scope for expr in *tail] + children = [L\push expr\eval, scope for expr in *tail] @op\setup [result for result in *children], scope any_dirty = false |
