mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-14 23:56:27 +02:00
api: revert quoting of args
This commit is contained in:
parent
bb8b0dbd91
commit
b36cb64105
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ class Job {
|
||||||
const proc_call = [
|
const proc_call = [
|
||||||
...prlimit,
|
...prlimit,
|
||||||
...unshare,
|
...unshare,
|
||||||
'bash',file, ...args.map(x=>`"${x}"`)
|
'bash',file,
|
||||||
|
...args
|
||||||
];
|
];
|
||||||
|
|
||||||
var stdout = '';
|
var stdout = '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue