fix(test): preserve sandbox refusal provenance
This commit is contained in:
@@ -142,7 +142,7 @@ export async function replayCommit(root, commit) {
|
||||
if (install.status !== 0 || install.error || install.signal) {
|
||||
return {
|
||||
...install,
|
||||
stderr: `historical frozen dependency install failed: ${install.stderr || install.stdout || ''}`,
|
||||
stderr: `historical frozen dependency install failed: ${install.error?.message || install.stderr || install.stdout || ''}`,
|
||||
};
|
||||
}
|
||||
const authoritativeChanges = await authoritativeTreeChanges(
|
||||
|
||||
Reference in New Issue
Block a user