CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 63 forks source link

How to break promise chain #104

Closed parag0 closed 5 years ago

parag0 commented 5 years ago

How do I break the promise chain early based on the decision flow?

CodeFoodPixels commented 5 years ago

This is a general promise question, not specific to this library.

You'll probably want to return a rejected promise or something.