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
In 0.10, when throwing an exception from a C++ addon it would be printed and the process would exit. In 0.12, the exception is not printed, and the process just exits. This makes it really difficult to inform the user about missing stuff or invalid data.