()
| 104 | } |
| 105 | |
| 106 | public refresh(): Promise<void> { |
| 107 | if (this.lastFrameId !== undefined) { |
| 108 | return this.onStopped(this.lastFrameId); |
| 109 | } |
| 110 | return new Promise<void>((r) => r()); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | interface DebugStopRunEvent { |
no test coverage detected