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 9a38811 commit eb31fa6Copy full SHA for eb31fa6
lib/Transport.js
@@ -109,7 +109,7 @@ class Transport {
109
if (meta.aborted === true) return
110
meta.connection = this.getConnection({ requestId: meta.request.id })
111
if (meta.connection === null) {
112
- return callback(new NoLivingConnectionsError('There are not living connections'), result)
+ return callback(new NoLivingConnectionsError('There are no living connections'), result)
113
}
114
115
// TODO: make this assignment FAST
0 commit comments