Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Hobson 0077da59cb
Merge pull request #328 from dvargas46/fix-stdin
fix stdin for normal execute
2021-09-23 09:41:22 +12:00
Dan Vargas 15e2e81d96 fix stdin for normal execute 2021-09-22 16:39:26 -05:00
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,