Open
Description
I have tested unhandledExceptionHook
with --os:any
and all of the different --exception
options. From what I could see it never gets called, for --exceptions:goto
I can see that nimTestErrorFlag
is in the code (and it calls the hook) but I don't see anywhere in my code where nimTestErrorFlag
is being called.
In addition to this, there is also a similar hook called onUnhandledException
, I have tried it too and it also does not work. The only hooks that work are the globalRaiseHook
but it would be nice to get something that only gets triggered when the exception is unhandled.
Additional Information
$ nim -v
Nim Compiler Version 1.4.0
Metadata
Metadata
Assignees
Labels
No labels