Capturing command's stdout / stderr ? #206
Closed
edouard-sn
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@Ph0enixKM if I am not wrong any stderr is already captured if unsafe is not used to run a command |
Beta Was this translation helpful? Give feedback.
1 reply
-
We have various tickets about capturing the output so I will close the discussion https://github.com/amber-lang/amber/issues?q=sort%3Aupdated-desc+is%3Aissue+is%3Aopen+stderr |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been thinking that it could be interesting if we could capture the stdout and stderr of the commands we run to be able to give a more personalized error handling ?
Maybe I'm missing something but I was surprised this was not one of the language features.
Beta Was this translation helpful? Give feedback.
All reactions