aboutsummaryrefslogtreecommitdiff
path: root/lux-js/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/source/program.lux')
-rw-r--r--lux-js/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux
index bbd328b6b..f896219f8 100644
--- a/lux-js/source/program.lux
+++ b/lux-js/source/program.lux
@@ -32,7 +32,7 @@
["[0]" i64]]]
["[0]" world
["[0]" file]
- ["[1]/[0]" environment]]
+ ["[0]" environment]]
[meta
["@" target (.only)
["_" js]]
@@ -709,7 +709,7 @@
(def (declare_success! _)
(-> Any (Async Any))
- (async.future (of world/environment.default exit +0)))
+ (async.future (of environment.default exit +0)))
(def (scope body)
(-> _.Statement _.Statement)