Open
Bug 1945339
Opened 16 days ago
Updated 14 days ago
Fix 'cache' is already declared in the upper scope on line 2927 in toolkit/components/places/PlacesUtils.sys.mjs
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
ASSIGNED
People
(Reporter: kernp25, Assigned: kernp25)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
Running ./mach lint toolkit/components/places/PlacesUtils.sys.mjs -W
will print 2934:13 warning 'cache' is already declared in the upper scope on line 2927 column 54. no-shadow (eslint)
in the console.
Updated•16 days ago
|
Assignee: nobody → kernp25
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•14 days ago
|
Severity: -- → N/A
Type: defect → task
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•