@prisma/cli-init 0.0.0-dev.202512221426 → 0.0.0-dev.202512221450
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2651,7 +2651,7 @@ function applyIdleTimeout(idleTimeout, db, PGLiteSocketHandlerConstructor) {
|
|
|
2651
2651
|
idleTimeoutId = setTimeout(
|
|
2652
2652
|
() => {
|
|
2653
2653
|
this.dispatchEvent(new CustomEvent("close"));
|
|
2654
|
-
this.detach(
|
|
2654
|
+
this.detach(false);
|
|
2655
2655
|
},
|
|
2656
2656
|
// @ts-expect-error shhhh!
|
|
2657
2657
|
this.db.__IDLE_TIMEOUT__
|