Hello, first of all, thank you for developing this package it is very useful and easy to use.
I've mostly used migrate-mongo, but now I'm working on a TypeScript project and decided to try this out.
Something I found is that if an error occurs during for instance the down process of migration, the error case of this is not handled by the package, and the CLI gets stuck.
E.g.
I've added the --unhandled-rejections=strict flag and it seems like a workaround, but not sure if it is the best way to handle such cases.
Hello, first of all, thank you for developing this package it is very useful and easy to use.
I've mostly used migrate-mongo, but now I'm working on a TypeScript project and decided to try this out.
Something I found is that if an error occurs during for instance the
down
process of migration, the error case of this is not handled by the package, and the CLI gets stuck.E.g.
I've added the
--unhandled-rejections=strict
flag and it seems like a workaround, but not sure if it is the best way to handle such cases.Thanks in advance!