Skip to content

Commit

Permalink
fix: log message at start of file-writing task
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Oct 24, 2018
1 parent f3c9773 commit 35fb9d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/writing.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import chalk from 'chalk';

export async function writing(yo) {
yo.log('\n\n\n' + chalk.bold.cyanBright('Writing files...'));
yo.fs.copyTpl(yo.templatePath('.editorconfig'), yo.destinationPath('.editorconfig'));
}

Expand Down

0 comments on commit 35fb9d9

Please sign in to comment.