clarify exit code returning

This commit is contained in:
Thomas Hobson 2021-02-19 22:05:00 +13:00
parent bda5129da7
commit 0242c99388
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ files are run in a temporary directory contained within the cache folder.
Depending on the cache control level the code and associated files will either Depending on the cache control level the code and associated files will either
be disposed of or kept. By default only files named `binary` will be kept. be disposed of or kept. By default only files named `binary` will be kept.
STDIN is only passed into the `run` file, but both files have their output STDIN is only passed into the `run` file, but both files have their output
captured and returned through the API captured and returned along with their exit codes through the API
The `lang-ver` folder should contain any interpreter specific files, such as The `lang-ver` folder should contain any interpreter specific files, such as
the binary to execute and any other files that may be required to run the the binary to execute and any other files that may be required to run the