Closed
Bug 1522057
Opened 4 years ago
Closed 4 years ago
Add (in console) easier to find console.log output
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: ogasidlo, Assigned: sakshaat.dc)
Details
(Keywords: good-first-bug, Whiteboard: dt-docs)
Attachments
(1 file)
Add additional line to make console.log output easier to find.
Change in devtools/docs/contributing/fixing-bugs.md
- line 61
// For front-end code
console.log('hello friends\n');
to following
// For front-end code
console.log('hello friends\n');
// Sometimes it's hard to spot your output. Emojis can help here really well.
console.log('👗👗👗', 'This is your logged output!');
Assignee | ||
Comment 1•4 years ago
|
||
Hi, I am looking for a first bug to start with, would it be possible for me to contribute to this? Thanks!
Flags: needinfo?(ogasidlo)
Reporter | ||
Comment 2•4 years ago
|
||
Hi Sakshaat,
sure. Feel free to grab this one and work on it.
Flags: needinfo?(ogasidlo)
Assignee | ||
Comment 3•4 years ago
|
||
This just adds a line to the documentation to make console.log outputs easier to find by adding an emoji.
Pushed by pbrosset@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d43673c2a486 Adds an additional line in to make console.log output easier to find r=Ola
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
Updated•4 years ago
|
Assignee: nobody → sakshaat.dc
You need to log in
before you can comment on or make changes to this bug.
Description
•