Uncaught errors

Is Lib.current.loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, onErrorEvent); still the right way to catch uncaught errors on Openfl next (windows cpp target)? It seems that I can’t make it works, I still have the native popup showing “null reference error” instead of catching the error.

It looks like it was not implemented, but I have just added it to OpenFL on Github :thumbsup:

Ok thanks I’ll try with last version of OpenFL.