()
| 284 | // =========================================================================== |
| 285 | |
| 286 | private beforePrompt(): void { |
| 287 | if (this.onBeforePrompt) { |
| 288 | this.onBeforePrompt() |
| 289 | } |
| 290 | } |
| 291 | |
| 292 | private afterPrompt(): void { |
| 293 | if (this.onAfterPrompt) { |
no outgoing calls
no test coverage detected