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

Missing space in log message #37603

Closed
ygoe opened this issue Jan 11, 2025 · 2 comments · Fixed by #37621
Closed

Missing space in log message #37603

ygoe opened this issue Jan 11, 2025 · 2 comments · Fixed by #37621
Labels
Content:WebAPI Web API docs good first issue A good issue for newcomers to get started with.

Comments

@ygoe
Copy link
Contributor

ygoe commented Jan 11, 2025

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/console

What specific section or headline is this issue about?

Outputting multiple objects

What information was incorrect, unhelpful, or incomplete?

The output will look like this:

My first car was a Dodge Charger. The object is: {str:"Some text", id:5}

What did you expect to see?

The output will look like this:

My first car was a Dodge Charger . The object is: {str:"Some text", id:5}

Notice the additional space before the period. All arguments are always separated by a space.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@ygoe ygoe added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jan 11, 2025
@github-actions github-actions bot added the Content:WebAPI Web API docs label Jan 11, 2025
@Josh-Cena Josh-Cena added good first issue A good issue for newcomers to get started with. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jan 11, 2025
@xcyberpunkx0
Copy link
Contributor

Can i work on this issue?

xcyberpunkx0 added a commit to xcyberpunkx0/content that referenced this issue Jan 12, 2025
Fixed this issue.
Missing space in log message mdn#37603
mdn#37603
@xcyberpunkx0
Copy link
Contributor

I tried to fix this issue. Please Check
#37621

Josh-Cena pushed a commit that referenced this issue Jan 12, 2025
Fixed this issue.
Missing space in log message #37603
#37603
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs good first issue A good issue for newcomers to get started with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants