taoyuan / slu-seed

Database seed module for loopback applications.
10 stars 1 forks source link

app.seed(cb) - fails to call cb() #4

Open tohagan opened 7 years ago

tohagan commented 7 years ago

Just stepped through this with a debugger and found that it relies on 'complete' event getting emitted but AFAIK this on only occurs for harvest() not plant().

tohagan commented 7 years ago

We can close this. This callback only fails to occur if there are not fixtures. I can live with that.