Commit 856d5f8
Look for stack frames to parse without looking for Error
Previously we searched for a message to start with a word
ending in "Error" to determine if it was an error and we
should look for stack frames. With this change we make no
assumptions about what an error is named and just look for
stack frames instead.
Bug: 406029201
Change-Id: I7c31c6b4cd4a9137227a99baf34626cdd51dbc16
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6563869
Commit-Queue: Eric Leese <leese@chromium.org>
Auto-Submit: Eric Leese <leese@chromium.org>
Reviewed-by: Philip Pfaffe <pfaffe@chromium.org>1 parent 082b67a commit 856d5f8
File tree
2 files changed
+6
-7
lines changed- front_end/panels/console
2 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments