You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`fatalError` is more akin to an assertion rather than a "condition
failed, please exit". The improper use here would, upon a typo on
Windows, induce the Doctor to try to categorise the fault and then
emit a minidump. This is both frustrating and unnecessary. Add a
new error case and use it to emit the message and exit gracefully.
0 commit comments