add back line

This commit is contained in:
kevin zhao
2025-12-03 17:46:30 +00:00
parent b6dc1be5dd
commit 174a8ddec5

View File

@@ -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(),