diff options
Diffstat (limited to '')
-rw-r--r-- | lux-js/source/program.lux | 5 |
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 |