diff options
Diffstat (limited to 'background_scripts/exclusions.coffee')
| -rw-r--r-- | background_scripts/exclusions.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/exclusions.coffee b/background_scripts/exclusions.coffee index 10450670..42d3b872 100644 --- a/background_scripts/exclusions.coffee +++ b/background_scripts/exclusions.coffee @@ -10,6 +10,7 @@ RegexpCache = try new RegExp("^" + pattern.replace(/\*/g, ".*") + "$") catch + BgUtils.log "bad regexp in exclusion rule: #{pattern}" /^$/ # Match the empty string. # The Exclusions class manages the exclusion rule setting. An exclusion is an object with two attributes: |
