mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +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 = [
|
||||
...prlimit,
|
||||
...unshare,
|
||||
'bash',file, ...args.map(x=>`"${x}"`)
|
||||
'bash',file,
|
||||
...args
|
||||
];
|
||||
|
||||
var stdout = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue