Completes the spinner marking it as failing with an `✘`.
(text: string)
| 54 | |
| 55 | /** Completes the spinner marking it as failing with an `✘`. */ |
| 56 | failure(text: string): void { |
| 57 | this._complete(red('✘'), text); |
| 58 | } |
| 59 | |
| 60 | /** Completes the spinner. */ |
| 61 | complete() { |
no test coverage detected