Closed
Bug 337269
Opened 20 years ago
Closed 20 years ago
nsSessionStore.js needs \n's with its dumps
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
Details
All those
dump(ex)
lines should be
dump(ex + "\n")
so they don't get squished in with random assertions, etc.
Fixed by 337320 and 337002.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•