fix stdin for normal execute
This commit is contained in:
parent
7cf99fb4f2
commit
15e2e81d96
|
@ -106,7 +106,7 @@ function get_job(body){
|
||||||
runtime: rt,
|
runtime: rt,
|
||||||
alias: language,
|
alias: language,
|
||||||
args: args || [],
|
args: args || [],
|
||||||
stdin: '',
|
stdin: stdin || "",
|
||||||
files,
|
files,
|
||||||
timeouts: {
|
timeouts: {
|
||||||
run: run_timeout || 3000,
|
run: run_timeout || 3000,
|
||||||
|
|
Loading…
Reference in New Issue