-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: console output improvements #7029
Conversation
@@ -133,7 +133,7 @@ export default async function swizzle( | |||
typescript, | |||
}); | |||
logger.success` | |||
Created wrapper of name=${componentName} from name=${themeName} in path=${result.createdFiles}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since it is a list (array), there is no need to place dot at the end.
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-7029--docusaurus-2.netlify.app/ |
Size Change: 0 B Total Size: 806 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Motivation
Just small fixes and improvements.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
The changes are for CLI output, so nothing to test.
Related PRs