Commit 2c50d74
authored
fix(astro): Handle errors in middlewares better (#16693)
Hopefully fixes
#16491
I could not get a reproducing test there for this 🤔 I figure this is
"safe" to do, but not quite sure how/when this would happen. I would
assume this was "introduced" by
#15995, maybe @Fryuni
has a clue how/when that could happen and if this is a reasonable change
🤔1 parent 9c6852a commit 2c50d74
1 file changed
+16
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
187 | 202 | | |
188 | | - | |
| 203 | + | |
189 | 204 | | |
190 | 205 | | |
191 | 206 | | |
192 | 207 | | |
193 | 208 | | |
194 | | - | |
195 | 209 | | |
196 | 210 | | |
197 | 211 | | |
| |||
0 commit comments