(files)
| 114 | } |
| 115 | |
| 116 | parseChangedFiles(files) { |
| 117 | for (const file of files) { |
| 118 | this.overrideFile(file.filePath, file.data); |
| 119 | } |
| 120 | } |
| 121 | |
| 122 | overrideFile(filePath, data) { |
| 123 | const phrase = this.cliOptions.dry ? 'Would override' : 'Overriding'; |