Closed enekid closed 6 years ago
Newer versions of node (8/9/10) complain about aUnhandledPromiseRejectionWarning
UnhandledPromiseRejectionWarning
This PR reverts the order in which .then() and .catch() are called in order to catch all possible exceptions
.then()
.catch()
Original issue in Windshaft-cartodb: https://github.com/CartoDB/Windshaft-cartodb/issues/1000#event-1727647170
Newer versions of node (8/9/10) complain about a
UnhandledPromiseRejectionWarning
This PR reverts the order in which
.then()
and.catch()
are called in order to catch all possible exceptionsOriginal issue in Windshaft-cartodb: https://github.com/CartoDB/Windshaft-cartodb/issues/1000#event-1727647170