Skip to content

Commit 346f52b

Browse files
committed
fix: add new line in running command suggestion
1 parent 0d337e8 commit 346f52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ export default class extends Generator {
141141
}
142142

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

0 commit comments

Comments
 (0)