From 0242c993883d4abaabfd9e430ea418d4bb9641d8 Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Fri, 19 Feb 2021 22:05:00 +1300 Subject: [PATCH] clarify exit code returning --- design/ppman.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/ppman.txt b/design/ppman.txt index bd5da28..b4920db 100644 --- a/design/ppman.txt +++ b/design/ppman.txt @@ -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