mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
clarify exit code returning
This commit is contained in:
parent
bda5129da7
commit
0242c99388
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
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
|
||||
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 binary to execute and any other files that may be required to run the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue