Commit 012e32a
committed
fix: unwrap PreviewOperationError cause in timeline failure messages
The refactored finalizeControlAction was recording the generic
PreviewOperationError.message (e.g. 'Desktop preview operation failed:
click.Input.dispatchMouseEvent (tab ...)') instead of the underlying
cause's message. Restore the cause-unwrapping logic so the timeline
captures the specific CDP/system error from PreviewOperationError.cause.1 parent d784409 commit 012e32a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| 854 | + | |
| 855 | + | |
854 | 856 | | |
855 | 857 | | |
856 | 858 | | |
857 | 859 | | |
858 | | - | |
| 860 | + | |
859 | 861 | | |
860 | 862 | | |
861 | 863 | | |
| |||
2520 | 2522 | | |
2521 | 2523 | | |
2522 | 2524 | | |
| 2525 | + | |
2523 | 2526 | | |
2524 | 2527 | | |
2525 | 2528 | | |
| |||
0 commit comments