mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
cli: fix execute not working
This commit is contained in:
parent
21af84aaab
commit
7ec714723b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ exports.handler = async function(argv){
|
||||||
version: argv['language-version'],
|
version: argv['language-version'],
|
||||||
files: files,
|
files: files,
|
||||||
main: argv.file,
|
main: argv.file,
|
||||||
arsg: argv.args,
|
args: argv.args,
|
||||||
stdin,
|
stdin,
|
||||||
compile_timeout: argv.ct,
|
compile_timeout: argv.ct,
|
||||||
run_timeout: argv.rt
|
run_timeout: argv.rt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue