Closed
Bug 530145
Opened 16 years ago
Closed 2 years ago
Better Error.stack
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: taras.mozilla, Unassigned)
Details
Currently Error.stack returns errors in an editor unfriendly method...@file:line format.
It would be nicer to emacs and other editors to return "file:line: ...", but what would be even nice is if Error.stack was an object with a toString and the stack represented as proper js objects so one could construct own formats.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•