CartoDB / turbo-carto

CartoCSS preprocessor
BSD 3-Clause "New" or "Revised" License
28 stars 7 forks source link

revert .then() .catch() call order until we upgrade to node8/10 #80

Closed enekid closed 6 years ago

enekid commented 6 years ago

Newer versions of node (8/9/10) complain about aUnhandledPromiseRejectionWarning

This PR reverts the order in which .then() and .catch() are called in order to catch all possible exceptions

Original issue in Windshaft-cartodb: https://github.com/CartoDB/Windshaft-cartodb/issues/1000#event-1727647170