From a1c192d175f13cdb3e69b3ca5985d0d5ecf0fe93 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 19 Jul 2021 19:50:14 -0400 Subject: Made the default JS file-system promise-based so it works well on Node. --- lux-js/source/program.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-js/source') diff --git a/lux-js/source/program.lux b/lux-js/source/program.lux index 295aba2ce..ac43d9dd2 100644 --- a/lux-js/source/program.lux +++ b/lux-js/source/program.lux @@ -574,7 +574,7 @@ (IO (Platform [Register Text] _.Expression _.Statement)) (do io.monad [host ..host] - (wrap {#platform.&file_system (file.async file.default) + (wrap {#platform.&file_system file.default #platform.host host #platform.phase js.generate #platform.runtime runtime.generate -- cgit v1.2.3