* Check if the generator should exit
()
| 442 | * Check if the generator should exit |
| 443 | */ |
| 444 | shouldExit() { |
| 445 | return !!this.exitGeneration; |
| 446 | } |
| 447 | |
| 448 | async _runLintFix() { |
| 449 | if (this.options.format) { |
no outgoing calls
no test coverage detected