Commit bfb716a
handle anyhow exceptions in LS gracefully
Summary:
when processing an event returned an error response, we would still crash. instead, we should attempt to continue
this change affects any event that returns an anyhow error. however, the only 6 usages are in did_change events (the spot we are targeting to ignore errors)
Reviewed By: samwgoldman
Differential Revision: D87239356
fbshipit-source-id: f4a9a5866c74812a7324f16896a7788c138039f71 parent cde5378 commit bfb716a
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
612 | 613 | | |
613 | 614 | | |
614 | 615 | | |
615 | | - | |
616 | | - | |
| 616 | + | |
| 617 | + | |
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
620 | 621 | | |
621 | 622 | | |
622 | 623 | | |
623 | | - | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
624 | 629 | | |
625 | 630 | | |
626 | 631 | | |
| |||
0 commit comments