aboutsummaryrefslogtreecommitdiff
path: root/lux-js/source
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/source')
-rw-r--r--lux-js/source/program.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux
index 3ecd9891b..bd7dded23 100644
--- a/lux-js/source/program.lux
+++ b/lux-js/source/program.lux
@@ -481,9 +481,8 @@
(_.and (|> @process (_.the "argv"))))
(|> @process (_.the "argv"))
(_.array (list)))]
- (_.statement (_.apply/2 program
- (runtime.lux//program-args raw-inputs)
- _.null))))
+ (_.statement (_.apply/1 (_.apply/1 program (runtime.lux//program-args raw-inputs))
+ (_.string "")))))
(def: extender
Extender