Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1398642: Bustage fix bustage fix. r=me CLOSED TREE
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 4jTSVg6L3is
  • Loading branch information
kmaglione committed Sep 12, 2017
1 parent 19550ec commit bd7cddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/modules/addons/WebRequest.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ HttpObserverManager = {

if (kind === "modify" && this.listeners.afterModify.size) {
await this.runChannelListener(channel, "afterModify");
} else {
} else if (kind !== "onError") {
this.errorCheck(channel);
}
} catch (e) {
Expand Down

0 comments on commit bd7cddf

Please sign in to comment.