Pass sandbox shellCommand into exec args
Co-authored-by: sweepies <7191851+sweepies@users.noreply.github.com>
This commit is contained in:
parent
c889c75d39
commit
f8b37bd7c8
@ -372,6 +372,7 @@ async function runExecProcess(opts: {
|
||||
workdir: opts.containerWorkdir ?? opts.sandbox.containerWorkdir,
|
||||
env: opts.env,
|
||||
tty: opts.usePty,
|
||||
shellCommand: opts.sandbox.shellCommand,
|
||||
}),
|
||||
],
|
||||
options: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user