We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf32f82 + 2bbcaa6 commit 61e81baCopy full SHA for 61e81ba
src/v1/internal/connector.js
@@ -81,7 +81,7 @@ function LOG(err) {
81
let NO_OP_OBSERVER = {
82
onNext : NO_OP,
83
onCompleted : NO_OP,
84
- onError : LOG
+ onError : NO_OP
85
}
86
87
/** Maps from packstream structures to Neo4j domain objects */
0 commit comments