mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
The error returned from the stdlib's `exec` package is always a message with the exit code of the exec'd process, not any error message that process might have given us. This results in opaque failures for the Nomad user. Cast to an `ExitError` so that we can access the output from stderr.
8.6 KiB
8.6 KiB