seanemmer / mongoose-seed

Seed data population for Mongoose
MIT License
52 stars 33 forks source link

callback not being called on error #35

Open kuandrei opened 5 years ago

kuandrei commented 5 years ago

In case there is an error in clearModels or populateModels functions the final callback not being called. Might be solved by calling cb with error instead of "console.log and return"