diff options
Diffstat (limited to 'lux-php')
-rw-r--r-- | lux-php/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index b12d19917..460051029 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -506,7 +506,7 @@ (IO (Platform [Nat _.Label] _.Expression _.Statement)) (do io.monad [host ..host] - (wrap [platform.#&file_system (file.async file.default) + (wrap [platform.#file_system (file.async file.default) platform.#host host platform.#phase php.generate platform.#runtime runtime.generate |