@juit/pgproxy-pool
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "@juit/pgproxy-pool", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"main": "./dist/index.cjs", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
@@ -1,3 +0,1 @@ | ||
/* eslint-disable no-constant-condition */ | ||
/* eslint-disable no-cond-assign */ | ||
import assert from 'node:assert' | ||
@@ -389,3 +387,3 @@ | ||
this._emit(aborted ? 'connection_aborted' : 'connection_destroyed', connection) | ||
} catch (error) { | ||
} catch { | ||
this._logger.error(`Error destroying connection "${connection.id}"`) | ||
@@ -392,0 +390,0 @@ } finally { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163159
3095