egoist / egoist/codepan

console.log with multiple arguments doesn't handle newline

Open
#58 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.2k
Forks
181
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/egoist/codepan/blob/7412e140a9041aae6a0ad1ec3a6e2f2072167d57/src/utils/proxy-console.js) this is handled.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.