Skip to content

Commit

Permalink
fix: add new line in running command suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonSilva15 committed Jul 18, 2024
1 parent 0d337e8 commit 346f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ export default class extends Generator {
}

end() {
this.log( 'Application generated successfuly. Run the following command: \n\ncd '+ path.join( process.cwd(), this.options.appName ) );
this.log( 'Application generated successfuly. Run the following command: \n\ncd ' + path.join( process.cwd(), this.options.appName ) + '\n');
}
}

0 comments on commit 346f52b

Please sign in to comment.