Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript error: undefined, line 0: Error: can't access property "includes", processesActiveTab is undefined #41

Open
whimboo opened this issue Mar 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@whimboo
Copy link
Owner

whimboo commented Mar 19, 2021

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().

@whimboo whimboo added the bug Something isn't working label Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant