(options: string)
| 1047 | } |
| 1048 | |
| 1049 | onOptionsChange(options: string): void { |
| 1050 | this.options = options; |
| 1051 | this.doTypicalOnChange(); |
| 1052 | } |
| 1053 | |
| 1054 | onExecArgsChange(args: string): void { |
| 1055 | this.executionArguments = args; |
no test coverage detected