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

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,