We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d138701 commit c0f623dCopy full SHA for c0f623d
doc/src/manual/running-external-programs.md
@@ -41,7 +41,7 @@ hello
41
```
42
43
The `hello` is the output of the `echo` command, sent to [`stdout`](@ref). If the external command fails to run
44
-successfully, the run method throws an [`ErrorException`](@ref).
+successfully, the run method throws an [`ProcessFailedException`](@ref).
45
46
If you want to read the output of the external command, [`read`](@ref) or [`readchomp`](@ref)
47
can be used instead:
0 commit comments