issues
search
msv-lab
/
modus
A language for building Docker/OCI container images
GNU Affero General Public License v3.0
279
stars
9
forks
source link
Just print ExitStatus (`: Display`) on error instead of `status.code().unwrap()`.
#138
Closed
maowtm
closed
2 years ago
maowtm
commented
2 years ago
Unwrap will fail if process terminated due to a signal.
Unwrap will fail if process terminated due to a signal.