diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/compositor.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 1b17a4de8..3bc870f9b 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -142,7 +142,7 @@ (:assume (platform.compile import static expander platform compilation [archive state]))}) _ (ioW.freeze (get@ #platform.&file-system platform) static archive) program-context (promise@wrap ($/program.context archive)) - _ (promise.future (..package! io.monad file.system packager,package static archive program-context))] + _ (promise.future (..package! io.monad file.default packager,package static archive program-context))] (wrap (log! "Compilation complete!")))) (#/cli.Export export) @@ -157,7 +157,7 @@ (undefined) ## (<| (or-crash! "Interpretation failed:") ## (do {@ promise.monad} - ## [console (|> console.system + ## [console (|> console.default ## promise.future ## (:: @ map (|>> try.assume console.async)))] ## (interpreter.run (try.with promise.monad) console platform interpretation generation-bundle))) |