Commit 9644382
The Windows event log reports a NullReferenceException in
PlatformWindows.OnBreak.
It's unclear what the repro is (perhaps closing the console before it is
fully initialized) but a fix is simple - adding null checks.
1 parent a4d5409 commit 9644382
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments