We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e766a commit 5f5d42aCopy full SHA for 5f5d42a
packages/pg-cursor/index.js
@@ -151,9 +151,6 @@ class Cursor extends EventEmitter {
151
}
152
153
handleError(msg) {
154
- // If this cursor has already closed, don't try to handle the error.
155
- if (this.state === 'done') return
156
-
157
// If we're in an initialized state we've never been submitted
158
// and don't have a connection instance reference yet.
159
// This can happen if you queue a stream and close the client before
0 commit comments