seppevs / migrate-mongo

A database migration tool for MongoDB in Node
MIT License
902 stars 160 forks source link

fix: exit from process after create command is done #408

Closed backeseduardo closed 9 months ago

backeseduardo commented 2 years ago

The process was not being finished after the creation of a new migration.

I added the process.exit(0) call after the create command is done.

Checklist
seppevs commented 9 months ago

Merged and landed in v11.0.0. Sorry for the delay. Thank you for your contribution.