Closed
Bug 1685400
Opened 5 years ago
Closed 5 years ago
Incorrect AggregateError display
Categories
(DevTools :: Object Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1678757
People
(Reporter: michael.rouges, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
Steps to reproduce:
Open your console
Run the following code
throw new AggregateError([new Error('sub message')], 'message')
Actual results:
It displays "Error: undefined"
Expected results:
Must display, as minimum, "AggregateError: message"
| Reporter | ||
Comment 1•5 years ago
|
||
Hum, sorry, seems fixed on Firefox 85.0b5
Comment 2•5 years ago
|
||
Hi michael,
Are you sure that syntax is correct? It displays the same error for me on Chrome as well.
Flags: needinfo?(michael.rouges)
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(michael.rouges)
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Component: Untriaged → Object Inspector
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•