Closed
Bug 1122191
Opened 11 years ago
Closed 8 years ago
Promise chain failed in resource:///modules/devtools/webconsole/console-output.js :: .linkToInspector :: line 3095
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: najamelan, Unassigned)
Details
This function returns a promise and is being called from the function right above it (line 3076), which does not catch the rejection.
I get tons off these by simply browsing the web. Using dev edition 36.0.a2 2015-01-15.
| Reporter | ||
Comment 1•11 years ago
|
||
Bump;
Could someone please take a look at this, it shouldn't be hard or long to fix, but firefox out of the box throwing plenty of warnings and errors fills the console with noise which makes it hard to develop, as it hides obscures your own errors and log statements.
It would be nice if mozilla developers could use their own api correctly.
Thanks in advance.
Comment 2•8 years ago
|
||
It looks like this bug got missed earlier. As it's quite old and I can't reproduce it on Firefox 55.0 nor 57.0a1 (2017-08-07), I close this bug report now.
Sebastian
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•