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

Audit for unhandled (uncaught) exceptions #508

Open
hunterlester opened this issue Jan 4, 2019 · 0 comments
Open

Audit for unhandled (uncaught) exceptions #508

hunterlester opened this issue Jan 4, 2019 · 0 comments

Comments

@hunterlester
Copy link
Contributor

hunterlester commented Jan 4, 2019

For example, removeTrailingHash does not check if url argument has been passed, so replace may be called on a null value, which will throw an uncaught exception and will terminate the process in which it is running. This can happen when opening multiple blank tabs.

@hunterlester hunterlester added this to the next milestone Jan 4, 2019
@joshuef joshuef modified the milestones: 0.11.1, Next Jan 17, 2019
@hunterlester hunterlester self-assigned this Apr 16, 2019
@hunterlester hunterlester removed their assignment Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants