()
| 9169 | } |
| 9170 | install(target, source, args, runtime2) { |
| 9171 | var handler = () => { |
| 9172 | this.start?.execute(runtime2.makeContext(target, this, target, null)); |
| 9173 | }; |
| 9174 | if (this.immediately) { |
| 9175 | handler(); |
| 9176 | } else { |
no test coverage detected