()
| 40 | } |
| 41 | |
| 42 | public launchCommands(): string[] { |
| 43 | const commands = [ |
| 44 | 'interpreter-exec console "monitor halt"', |
| 45 | ...genDownloadCommands(this.args, ['interpreter-exec console "monitor reset"']), |
| 46 | 'interpreter-exec console "monitor reset"' |
| 47 | ]; |
| 48 | return commands; |
| 49 | } |
| 50 | |
| 51 | public attachCommands(): string[] { |
| 52 | const commands = [ |
nothing calls this directly
no test coverage detected