nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
929 stars 214 forks source link

Rejection promis not handled #224

Closed R0binT closed 7 years ago

R0binT commented 7 years ago

with the new version of nodejs, the module doesn't work anymore

[DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

I checked the code, and all promise are directly return BP.resolve()

no rejection handled

nchaulet commented 7 years ago

could you add more information wich geocoder are you using ? any example to have a repro