Skip to content

Commit

Permalink
debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgovea committed Jun 4, 2019
1 parent 72f1170 commit 5462ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ern-container-gen-android/src/AndroidGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ export default class AndroidGenerator implements ContainerGenerator {
}

if (pluginConfig.android.replaceInFile) {
log.debug('Performing file replacements (before final Mustache render)');
log.debug('TODO - consider performing this after final render');
for (const r of pluginConfig.android.replaceInFile) {
const pathToFile = path.join(config.outDir, r.path)
const fileContent = fs.readFileSync(pathToFile, 'utf8')
Expand Down

0 comments on commit 5462ef3

Please sign in to comment.