Skip to content

Commit dd4905e

Browse files
committed
run deno build
Deno build was missing from last commit
1 parent 30288b3 commit dd4905e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/neo4j-driver-deno/lib/bolt-connection/channel/node/node-channel.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ export default class NodeChannel {
290290
'and that you have compatible encryption settings both on Neo4j server and driver. ' +
291291
'Note that the default encryption setting has changed in Neo4j 4.0.'
292292
if (err.message) msg += ' Caused by: ' + err.message
293+
if (this._conn.destroyed) {
294+
this._open = false
295+
}
293296
this._error = newError(msg, this._connectionErrorCode)
294297
if (this.onerror) {
295298
this.onerror(this._error)

0 commit comments

Comments
 (0)