diff options
author | Eduardo Julian | 2022-01-15 02:17:35 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-01-15 02:17:35 -0400 |
commit | e1af5374ba4d969f866867db47af7ecf60cc9933 (patch) | |
tree | 8aa83faa67253d5beab931f4950bb319204a2944 /stdlib/source/program/aedifex/command | |
parent | 68a17d42bab808290de0d975f4083b52b37d0706 (diff) |
Fixed a logging/reporting issue for Lux/JS.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/command/build.lux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index 15a671615..ba461d461 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -202,6 +202,7 @@ ... But it's written this way because the more straightforward way (i.e. by using (try.with async.monad)) ... eventually led to the function hanging/freezing. ... I'm not sure why it happened, but I got this weirder implementation to work. + ... TODO: Improve this implementation. (let [[read! write!] (: [(Async (Try Any)) (async.Resolver (Try Any))] (async.async [])) |