Skip to content
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

Merge multiple log statements #35310

Merged
merged 5 commits into from
May 22, 2022
Merged

Merge multiple log statements #35310

merged 5 commits into from
May 22, 2022

Commits on Mar 14, 2022

  1. Merge multiple log statements

    It is inefficient to use multiple console.log satements, and if something is logged to the console in the middle of execution, it will be in the center of the text, making it hard to read.
    This pull request merges multiple console.logs into one.
    
    In addition, it reduces the bundle size.
    Exortions committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    10d524f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. ensure formatting matches

    ijjk committed May 22, 2022
    Configuration menu
    Copy the full SHA
    88ca100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15b86d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c96de50 View commit details
    Browse the repository at this point in the history
  4. update test

    ijjk committed May 22, 2022
    Configuration menu
    Copy the full SHA
    c82bb11 View commit details
    Browse the repository at this point in the history