Commit 56b9907
fix(ErrorLogger): add custom OnErrorHandleAsync on Layout not work (#6004)
* refactor: 增加 OnErrorHandleAsync 处理逻辑
* chore: bump version 9.6.2-beta01
Co-Authored-By: Jayce Liu <129018443+kaishao628@users.noreply.github.com>
* Revert "refactor: 增加 OnErrorHandleAsync 处理逻辑"
This reverts commit 75d4f36.
* refactor: 增加自定义异常处理逻辑优先处理
* test: 更新单元测试
* refactor: 精简代码
---------
Co-authored-by: Jayce Liu <129018443+kaishao628@users.noreply.github.com>1 parent 7d3ac79 commit 56b9907
3 files changed
Lines changed: 9 additions & 10 deletions
File tree
- src/BootstrapBlazor
- Components/ErrorLogger
- test/UnitTest/Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 58 | | |
68 | 59 | | |
69 | 60 | | |
| |||
124 | 115 | | |
125 | 116 | | |
126 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments