If all migrations have been run successfully we want the exit code to be 0 even though we had to force exit the process. This is because on some platforms (e.g. Bun) all handles are not cleaned up the same as in NodeJS, so lets be forgiving.
5 lines
167 B
Markdown
5 lines
167 B
Markdown
---
|
|
'@emigrate/cli': patch
|
|
---
|
|
|
|
Force exiting after 10 seconds should not change the exit code, i.e. if all migrations have run successfully the exit code should be 0
|