()
| 9622 | } |
| 9623 | install(target, source, args, runtime2) { |
| 9624 | var handler = () => { |
| 9625 | this.start?.execute(runtime2.makeContext(target, this, target, null)); |
| 9626 | }; |
| 9627 | if (this.immediately) { |
| 9628 | handler(); |
| 9629 | } else { |
no test coverage detected