()
| 383 | } |
| 384 | |
| 385 | showPrompt() { |
| 386 | if (!this.promptShown) { |
| 387 | this.promptShown = true; |
| 388 | this.rl.prompt(true); |
| 389 | } |
| 390 | } |
| 391 | |
| 392 | print(text, path, line, eventType = 'print') { |
| 393 | const payload = { text }; |
no outgoing calls
no test coverage detected