diff options
author | Eduardo Julian | 2022-08-12 22:26:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-12 22:26:57 -0400 |
commit | 772f621c19408c711c1e587668a52a8cfeeea418 (patch) | |
tree | 94a53cae11dc6fe5d46f993fc30364490e668d16 /stdlib/source/library/lux/world/shell.lux | |
parent | 29922d1411a75f9fb4259d66e427070aae72b3d3 (diff) |
Fixes for Aedifex tests.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/library/lux/world/shell.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/world/shell.lux b/stdlib/source/library/lux/world/shell.lux index bd7829907..4101cb3c9 100644 --- a/stdlib/source/library/lux/world/shell.lux +++ b/stdlib/source/library/lux/world/shell.lux @@ -82,7 +82,8 @@ (type .public (Shell !) (Interface - (is (-> [Environment Path Command (List Argument)] (! (Try (Process !)))) + (is (-> [Environment Path Command (List Argument)] + (! (Try (Process !)))) execute))) (def .public (async shell) |