Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: moved init log to happen even if app name is passed in as a para…
Browse files Browse the repository at this point in the history
…meter
  • Loading branch information
tfrank64 committed Jul 13, 2017
1 parent e66f89d commit 24a2a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module.exports = Generator.extend({
prompting: {
promptAppName: function () {
if (this.skipPrompting) return
if (this.skipPromptingAppName) { return }
this.log(chalk.magenta('Initialization prompts'))
if (this.skipPromptingAppName) { return }

var prompts = [
{
Expand Down

0 comments on commit 24a2a8c

Please sign in to comment.