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

Can not print string with %o #336

Closed
reekystive opened this issue Jun 7, 2023 · 1 comment
Closed

Can not print string with %o #336

reekystive opened this issue Jun 7, 2023 · 1 comment

Comments

@reekystive
Copy link

reekystive commented Jun 7, 2023

I'm using the following code:

console.log('test object: %o', { a: 1, b: 2, c: 3 })
console.log('test string 1: %o', 'test string')
console.log('test string 2: %s', 'test string')

The string is not showing properly with %o in console.log():

Screenshot 2023-06-07 at 18 02 55

The first and third is working, but the second not.

Version:

> eruda.version
'3.0.0'
@surunzi
Copy link
Member

surunzi commented Jul 18, 2023

Should be fixed in version 3.0.1.

@surunzi surunzi closed this as completed Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants