We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff12236 + 40ed184 commit a6ddb42Copy full SHA for a6ddb42
1 file changed
lib/Pool.js
@@ -282,6 +282,7 @@ class Pool extends EventEmitter {
282
this._trackOperation(wrappedFactoryPromise, this._factoryCreateOperations)
283
.then((resource) => {
284
this._handleNewResource(resource)
285
+ return null
286
})
287
.catch((reason) => {
288
this.emit(FACTORY_CREATE_ERROR, reason)
0 commit comments