diff options
author | Eduardo Julian | 2022-12-22 15:51:13 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-12-22 15:51:13 -0400 |
commit | 4f4a96635abb04239102e4b72dc2a9c6f678dcd2 (patch) | |
tree | 0c42c6c802b6f8f6742b61c4bced1906edfeea81 /stdlib/source/program/aedifex/command | |
parent | 240a4465157bb903dd2a3ee4cdc28aadf09f8dcb (diff) |
Now showing stack-traces for runtime exceptions in Ruby.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/command/build.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index 71c87d8ce..189f57bbe 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -39,7 +39,8 @@ ["[0]" shell (.only Exit Process Shell)] ["[0]" console (.only Console)] [net - ["[0]" uri]]]]] + [uri + ["[0]" path]]]]]] ["[0]" /// ["[1]" profile] ["[1][0]" action] @@ -125,7 +126,7 @@ artifact (the ///dependency.#artifact dependency)] (|> artifact (///local.uri (the ///artifact.#version artifact)) - (text.replaced uri.separator /) + (text.replaced path.separator /) (format home /) (text.suffix (format "." (the ///dependency.#type dependency)))))) |