This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Commit 2af3fcb
committed
Added default ReportErrors delegate that does nothing.
This is necessary after the fix in commit 295f625.
Before that commit the ReportErrors was semi-optional; When loading was successful ReportErrors was never called (ReportErrors optional), but when document failed to be created a NullReferenceException was thrown because ReportErrors did not have a delegate.
See also commit 006558f, that throws a more friendly exception than NullReferenceException when document fails to load.1 parent 899a0ee commit 2af3fcb
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments