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

console.log with multiple arguments doesn't handle newline #58

Open
mblarsen opened this issue Mar 1, 2018 · 1 comment
Open

console.log with multiple arguments doesn't handle newline #58

mblarsen opened this issue Mar 1, 2018 · 1 comment

Comments

@mblarsen
Copy link

mblarsen commented Mar 1, 2018

Code:

console.log('duration', turn.duration)
console.log('originalIncrement', turn.originalIncrement)
console.log('map', rebuildTimeMap(turn, text))

Output:

screen shot 2018-03-01 at 1 16 47 pm

See the \n after duration

I suppose it is somewhere in ProxyConsole this is handled.

Prozi pushed a commit to Prozi/codepan that referenced this issue Jul 14, 2019
@Prozi
Copy link
Contributor

Prozi commented Jul 14, 2019

fixed by Prozi@713b6d6

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