Closed
Bug 664789
Opened 14 years ago
Closed 14 years ago
console.log(string) hides some parts of the string
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ianbicking, Assigned: past)
References
Details
You can't tell the difference between console.log('foo bar'), console.log('foo bar') and console.log('foo\nbar')
If it's not reasonable to display a character in the log (e.g., a newline) then putting in "\n" would clarify the contents of the string.
Assignee | ||
Comment 1•14 years ago
|
||
The patch in bug 664788 fixes this one too.
Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•