naffarn

Results 3 comments of naffarn

From my local tinkering, looks like it's as simple as adding a try/catch with a `process.exit()` to the down cli command: ```diff --- a/lib/cli.ts +++ b/lib/cli.ts @@ -74,18 +74,31 @@...

I'm not a maintainer or anything, but this bug was reported already: https://github.com/mrbuilder1961/ChatPatches/issues/270 There's a fix for it pending release.

Worth noting that I also had this issue when migrating across to this package from `migrate-mongo`, and my issue was that my old JS migrations were getting picked up. Solution...