diff --git a/lib/ember-migrator.js b/lib/ember-migrator.js index 149f885..7fc1b80 100644 --- a/lib/ember-migrator.js +++ b/lib/ember-migrator.js @@ -338,6 +338,7 @@ EmberMigrator.prototype.splitFile = function(filePath) { }; EmberMigrator.prototype.processFile = function(typedExport){ + this.writeLine(chalk.grey('Processing file ' + key)); typedExport.convertedFile = this.convertFile(typedExport); };