James
James
Are the any solid reasons of using generators along with non-native Promises?
@jeanbaptiste-brasselet-planorama yes, this absolutely makes sense.
@tj your short answer would be highly relevant.
@DeShadow you've misunderstood me. I was talking about returning `thenable` object without trying to resolve it.
@DeShadow I got you. Seems like this is the only possible solution for now. Thank you for the response.
Hi, @dandv. Please, provide the following details to reproduce the bug: *Steps to reproduce*, *Expected result*, *Actual result*, *Environment*
You can handle it in an express error handler: ```js import * as TokenError from 'passport-oauth2/lib/errors/tokenerror'; // ... app.use((error, req, res, next) => { if (error instanceof HttpError) { res.status(error.httpCode).json({...