From 6346bc55f8b62b48253369fa1f28b93d6500e885 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 11 Jul 2020 19:23:29 -0400 Subject: Got the JS compiler to compile fully. --- lux-js/source/program.lux | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lux-js/source') 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 -- cgit v1.2.3