You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be seen when starting Firefox with PerfChaser already installed. Should happen because we set processesActiveTab too late and try to call includes on undefined.
We should update the window.addEventListener callback in sidebar.js to initialize the variable before calling taskManager.refreshProcesses().
The text was updated successfully, but these errors were encountered:
Can be seen when starting Firefox with PerfChaser already installed. Should happen because we set
processesActiveTab
too late and try to callincludes
onundefined
.We should update the
window.addEventListener
callback insidebar.js
to initialize the variable before callingtaskManager.refreshProcesses()
.The text was updated successfully, but these errors were encountered: