@prisma/cli-init 0.0.0-dev.202512221450 → 0.0.0-dev.202512221847
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
|
@@ -2632,8 +2632,8 @@ function applyIdleTimeout(idleTimeout, db, PGLiteSocketHandlerConstructor) {
|
|
|
2632
2632
|
if (PGLiteSocketHandlerConstructor.prototype.__ATTACH_OVERRIDDEN__) {
|
|
2633
2633
|
return;
|
|
2634
2634
|
}
|
|
2635
|
-
const originalAttach = PGLiteSocketHandlerConstructor.prototype.attach;
|
|
2636
2635
|
PGLiteSocketHandlerConstructor.prototype.__ATTACH_OVERRIDDEN__ = true;
|
|
2636
|
+
const originalAttach = PGLiteSocketHandlerConstructor.prototype.attach;
|
|
2637
2637
|
PGLiteSocketHandlerConstructor.prototype.attach = async function(socket) {
|
|
2638
2638
|
const result = await originalAttach.call(this, socket);
|
|
2639
2639
|
if (!Number.isFinite(this.db.__IDLE_TIMEOUT__)) {
|