(err, connections)
| 2559 | const self = this; |
| 2560 | |
| 2561 | function end(err, connections) { |
| 2562 | defaultTriggerAsyncIdScope(self[async_id_symbol], |
| 2563 | process.nextTick, |
| 2564 | cb, |
| 2565 | err, |
| 2566 | connections); |
| 2567 | } |
| 2568 | |
| 2569 | if (!this._usingWorkers) { |
| 2570 | end(null, this._connections); |
no test coverage detected