Skip to content

Commit

Permalink
fix: remove separator on console
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetinate committed May 6, 2024
1 parent 22d2e4c commit dc01b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function generateComponent(answers) {
)

if (success) {
console.info('\n\n ----------------------- \n')
console.info('\n')
console.info('Component created successfully: ' + path)
} else {
console.error('Error on create component, try again')
Expand Down

0 comments on commit dc01b16

Please sign in to comment.