fix(mysql): only unreference connections in a Bun environment as it has problems with Node for some reason

This commit is contained in:
Joakim Carlstein 2024-02-12 13:30:08 +01:00 committed by Joakim Carlstein
parent 98e3ed5c1b
commit 17feb2d2c2
4 changed files with 26 additions and 9 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/mysql': patch
---
Only unreference connections in a Bun environment as it crashes Node for some reason, without even throwing an error that is