We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Extra blank lines appear when using the --silent option.
--silent
I propose add a check if (isSilentMode) in the appropriate parts of the code to fix this issue.
function createHumanReporter(process, isSilentMode = false) { function print(...lines) { if (!isSilentMode) { process.stdout.write(' ' + lines.join('\n ') + '\n') } }
size-limit/packages/size-limit/create-reporter.js
Line 48 in d0d681d
Need advice on the correctness of this approach.
I could make PR by myself.
This gap is too БЕСИТ 😬
The text was updated successfully, but these errors were encountered:
Yes, let’s remove spaces for silent mode. Create PR.
Sorry, something went wrong.
No branches or pull requests
Extra blank lines appear when using the
--silent
option.I propose add a check if (isSilentMode) in the appropriate parts of the code to fix this issue.
size-limit/packages/size-limit/create-reporter.js
Line 48 in d0d681d
Need advice on the correctness of this approach.
I could make PR by myself.
This gap is too БЕСИТ 😬
The text was updated successfully, but these errors were encountered: