diff options
author | Eduardo Julian | 2020-07-10 00:06:16 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-07-10 00:06:16 -0400 |
commit | d48c3ff75f23a62c7f13ff411c25073e618b19de (patch) | |
tree | d5d36a4343ca48b765a68b1a665a9089c0d394fd /stdlib/source/lux/control/concurrency/process.lux | |
parent | 509259d91b07bce77864cf10123ce428461a3092 (diff) |
Fixes and improvements to JavaScript compilation.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/lux/control/concurrency/process.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/control/concurrency/process.lux b/stdlib/source/lux/control/concurrency/process.lux index 4d6cc8cb3..3b273753a 100644 --- a/stdlib/source/lux/control/concurrency/process.lux +++ b/stdlib/source/lux/control/concurrency/process.lux @@ -152,6 +152,6 @@ (do @ [_ (monad.map @ (get@ #action) ready)] (wrap [])) - (error! (ex.construct cannot-continue-running-processes [])))) + (error! (ex.construct ..cannot-continue-running-processes [])))) )))) )) |