* Stops recording promises * @api * @inner
()
| 372 | * @inner |
| 373 | */ |
| 374 | stop() { |
| 375 | debug(this.toString()) |
| 376 | output.log(`${currentQueue()} Stopping recording promises`) |
| 377 | running = false |
| 378 | }, |
| 379 | |
| 380 | /** |
| 381 | * Get latest promise in chain. |
nothing calls this directly
no test coverage detected