|
@@ -109,9 +109,7 @@ this.FrameTree = this.FrameTree || (() => {
|
|
|
}
|
|
}
|
|
|
if (!pendingCount || pendingCount == 1) {
|
|
if (!pendingCount || pendingCount == 1) {
|
|
|
browser.runtime.sendMessage({ method: "FrameTree.initResponse" })
|
|
browser.runtime.sendMessage({ method: "FrameTree.initResponse" })
|
|
|
- .catch(error => {
|
|
|
|
|
- //ignored
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ .catch(() => { /* ignored */ });
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|