Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Dec 2, 2024
1 parent 891f855 commit 934a05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reporting/src/request/page-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export default class PageStore {
That was causing an extra page object to be created which was messing up the previous page logic.
*/
// 2152398850 stands for NS_BINDING_ABORTED https://searchfox.org/mozilla-central/rev/6597dd03bad82c891d084eed25cafd0c85fb333e/tools/ts/config/error_list.json#48
if (error === 'Error code 2152398850') {
const page = this.#pages.get(tabId);

Expand Down

0 comments on commit 934a05b

Please sign in to comment.