Commit 7ac6eb7
committed
[BUILD] Enable log before throw message in windows
This PR enables log before throw in windows.
The error handling in windows sometimes can be tricky
and it is helpful to be able to get as many information as possible.
Turning this option on can help us detect possible errors here.1 parent 5303f98 commit 7ac6eb7
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
371 | 375 | | |
372 | 376 | | |
373 | 377 | | |
| |||
0 commit comments