Closed
Bug 1072014
Opened 11 years ago
Closed 11 years ago
Log.jsm: Allow logging of falsy arguments
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
People
(Reporter: MattN, Assigned: MattN)
References
Details
Attachments
(1 file)
|
2.99 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
BasicFormatter's formatText only checked if message.params is truthy so it doesn't allow logging falsy (non-object) arguments e.g. false or null.
Updated•11 years ago
|
Attachment #8494120 -
Flags: review?(bmcbride) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Flags: in-testsuite+
Whiteboard: [fixed-in-fx-team]
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•