aboutsummaryrefslogtreecommitdiffstats
path: root/copilot.moon
diff options
context:
space:
mode:
Diffstat (limited to 'copilot.moon')
-rw-r--r--copilot.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/copilot.moon b/copilot.moon
index 6d8d977..607edff 100644
--- a/copilot.moon
+++ b/copilot.moon
@@ -27,7 +27,7 @@ class Copilot
L\error "error parsing"
return
- scope = Scope ast, globals
+ scope = Scope globals
root = L\try "error evaluating:", ast\eval, scope, @registry
return unless root