Catching Mixin Errors
Opened this issue · 0 comments
arist0tl3 commented
Hey @MacRusher, I've been working with your package a bit and am wondering if you've been able to bubble Meteor errors up from mixins?
Using validated-method and a mixin I wrote to check permissions, I can throw an error in the mixin and grab it in a try/catch. Using your package, the same mixin does prevent the run
function from executing, but I never see the error.
Just wondering if it's an issue with my implementation or if you see the same?
Thanks!