Skip to content

Commit 9d73208

Browse files
committed
fix: rerun in ui bombs
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 8653808 commit 9d73208

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pdl-live-react/src/view/masonry/MasonryCombo.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ export default function MasonryCombo({ value, setValue }: Props) {
126126
}
127127

128128
const [cmd, cwd, input, output] = (await invoke("replay_prep", {
129-
trace: JSON.stringify(runThisBlock, (k, v) =>
130-
/^pdl__/.test(k) ? undefined : v,
131-
),
129+
trace: JSON.stringify(runThisBlock),
132130
name: block.description?.slice(0, 30).replace(/\s/g, "-") ?? "trace",
133131
})) as [string, string, string, string]
134132
console.error(`Replaying with cmd=${cmd} input=${input} output=${output}`)

0 commit comments

Comments
 (0)