IO.raiseError(...)
doesn't immediately surface fatal errors
#3767
Labels
IO.raiseError(...)
doesn't immediately surface fatal errors
#3767
Consider:
Even though a
VirtualMachineError
is a fatal error, that program completes normally.If we change it to:
then the fatal error is surfaced immediately as expected.
h/t @kamilkloch
The text was updated successfully, but these errors were encountered: