Closed
Bug 1770956
Opened 2 years ago
Closed 2 years ago
Wrong comment for findMessagePartByType
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
I forgot to submit the fix for the review comment https://phabricator.services.mozilla.com/D147029#4810758 before landing the stack :P
/**
* Find a part of the last message with given message type in the output.
*
* @param object hud
* The web console.
* @param object options
* - hud : {String} A substring that can be found in the message.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/96556baf5db5
Fix comment for findMessagePartByType. r=nchevobbe DONTBUILD
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•