()
| 40 | } |
| 41 | |
| 42 | protected async onExecute(): Promise<void> { |
| 43 | let folder = this.dir |
| 44 | if (this.cp) { |
| 45 | copyFolder(this.dir, this.cp) |
| 46 | folder = this.cp |
| 47 | } |
| 48 | replaceFilesInDir(folder) |
| 49 | } |
| 50 | } |
nothing calls this directly
no test coverage detected