mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-14 02:42:24 +03:00
The combined-pipeline preview request's error was discarded (catch { combined = null; }), so a failed Run silently rendered nothing in the Play tab. Capture the error message on PreviewBatch.combinedError and render a visible error section when a run completes with no combined result.
Regression test: tests/unit/ui/playViewCombinedError.test.tsx (RED before the fix, GREEN after).