mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
add back line
This commit is contained in:
@@ -241,6 +241,7 @@ impl ShellHandler {
|
||||
SandboxPermissions::from(exec_params.with_escalated_permissions.unwrap_or(false)),
|
||||
)
|
||||
.await;
|
||||
|
||||
let req = ShellRequest {
|
||||
command: exec_params.command.clone(),
|
||||
cwd: exec_params.cwd.clone(),
|
||||
|
||||
Reference in New Issue
Block a user