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
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():
%o
console.log()
The first and third is working, but the second not.
Version:
> eruda.version '3.0.0'
The text was updated successfully, but these errors were encountered:
Should be fixed in version 3.0.1.
Sorry, something went wrong.
No branches or pull requests
I'm using the following code:
The string is not showing properly with
%o
inconsole.log()
:The first and third is working, but the second not.
Version:
The text was updated successfully, but these errors were encountered: