Merge pull request #328 from dvargas46/fix-stdin

fix stdin for normal execute
This commit is contained in:
Thomas Hobson 2021-09-23 09:41:22 +12:00 committed by GitHub
commit 0077da59cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function get_job(body){
runtime: rt,
alias: language,
args: args || [],
stdin: '',
stdin: stdin || "",
files,
timeouts: {
run: run_timeout || 3000,