chore: refresh pi-ai patch repro note
This commit is contained in:
@@ -559,7 +559,9 @@ export function buildEmbeddedSandboxInfo(
|
||||
bashElevated?: BashElevatedDefaults,
|
||||
): EmbeddedSandboxInfo | undefined {
|
||||
if (!sandbox?.enabled) return undefined;
|
||||
const elevatedAllowed = Boolean(bashElevated?.enabled && bashElevated.allowed);
|
||||
const elevatedAllowed = Boolean(
|
||||
bashElevated?.enabled && bashElevated.allowed,
|
||||
);
|
||||
return {
|
||||
enabled: true,
|
||||
workspaceDir: sandbox.workspaceDir,
|
||||
|
||||
Reference in New Issue
Block a user