meteor-velocity / html-reporter

HTML reporter for Meteor velocity testing framework
MIT License
23 stars 20 forks source link

Fix undefined mirror errors #80

Closed francocatena closed 9 years ago

francocatena commented 9 years ago

After the release 0.7.2 I got a lot of "Exception in template helper: TypeError: Cannot read property 'rootUrl' of undefined" messages.

This happened after the fix of #77, in the helper we got two findOnes with an immediate call to a property, and the finds returns null until the mirror is up, so the console gets lots of errors because of this.

Cheers.

samhatoum commented 9 years ago

Thank you!!

samhatoum commented 9 years ago

I'll release soon