mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
Merge pull request #328 from dvargas46/fix-stdin
fix stdin for normal execute
This commit is contained in:
commit
0077da59cb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue