We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f7204 commit e23cc72Copy full SHA for e23cc72
lib/Transport.js
@@ -108,7 +108,7 @@ class Transport {
108
if (meta.aborted === true) return
109
meta.connection = this.getConnection({ requestId: meta.request.id })
110
if (meta.connection === null) {
111
- return callback(new NoLivingConnectionsError('There are not living connections'), result)
+ return callback(new NoLivingConnectionsError('There are no living connections'), result)
112
}
113
114
// TODO: make this assignment FAST
0 commit comments