Closed cbratschi closed 7 years ago
The Travis check still uses Node 0.10 and the ES6 code was therefore rejected.
@cbratschi Thanks for the PR. May you please make use of normal callback style than closure so we can support from Node 0.10 till we mongoose start support ES6.
@cbratschi Thanks for PR. I change ES6 closure to Node callback.
See https://github.com/lykmapipo/mongoose-gridfs/issues/7.