radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

meteor._wrapAsync #25

Closed MercedesAMG1 closed 9 years ago

MercedesAMG1 commented 9 years ago

I keep getting this error on meteor bootup of meteoris and i have latest version of meteor loaded:

Meteor._wrapAsync has been renamed to Meteor.wrapAsync

Everything seems to work fine but ... not sure where you need to change this

radiegtya commented 9 years ago

I think that is ok. It's not a problem which will make your app crash. The problem is caused by a package which user Meteor._wrapAsync function. But I don't know exactly which package did use it.

So I'll close this issue for now.