We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d337e8 commit 346f52bCopy full SHA for 346f52b
generators/index.ts
@@ -141,6 +141,6 @@ export default class extends Generator {
141
}
142
143
end() {
144
- 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');
145
146
0 commit comments