Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor._wrapAsync has been renamed to Meteor.wrapAsync undefined

I have been getting the warning on meteor server start-up. Meteor._wrapAsync has been renamed to Meteor.wrapAsync undefined. Does anyone have any idea why?

like image 267
Nate Avatar asked Dec 02 '25 21:12

Nate


1 Answers

This is just to let you know that the previously undocumented API Meteor._wrapAsync has been renamed to Meteor.wrapAsync and officially documented : http://docs.meteor.com/#meteor_wrapasync

If you are not using directly this function in your own code, chances are that packages you are using call Meteor._wrapAsync themselves, if these packages are actively maintained, authors will fix them sooner or later.

Anyway, this is just a warning that won't impact your application, you shouldn't be alarmed because it's not going to break anything.

like image 150
saimeunt Avatar answered Dec 04 '25 13:12

saimeunt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!