tarantool/node-tarantool-driver

UnhandledPromiseRejectionWarning: Unhandled promise rejection

00christian00 opened this issue · 1 comments

Hi,
I get this warning on the latest Node js 7.0:

UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1):

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.

My bad, I was using the code snippet in the example and it wasn't handling the select response. That's why it was complaining.