Hi,
In hero loader there is a massive try-catch that catches any error that can occur. The problem is that the loader just eats the message. Ideally it would be great if we can get a bit more detail, i've modified the compiled source in my lib to get around it but basically where you have the message "Error created and attaching module async." it would be great to just add "Error created and attaching module async. " + error.message
Thanks!
Hi,
In hero loader there is a massive try-catch that catches any error that can occur. The problem is that the loader just eats the message. Ideally it would be great if we can get a bit more detail, i've modified the compiled source in my lib to get around it but basically where you have the message "Error created and attaching module async." it would be great to just add "Error created and attaching module async. " + error.message
Thanks!