Commit 3cfb440
committed
fix: handle Error without 'CodeExpectedError' in CodeLLDB
After refactoring Error without name === 'CodeExpectedError' was not
handled in CodeLLDB and this base error was thrown to upper levels and
was not handled. Because of this some logic which already expected this
error did not work correctly, i.e. HTAB1 parent ebbbe52 commit 3cfb440
1 file changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | | - | |
1136 | 1135 | | |
1137 | 1136 | | |
1138 | 1137 | | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
1142 | 1142 | | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
1143 | 1150 | | |
1144 | 1151 | | |
1145 | 1152 | | |
| |||
0 commit comments