diff --git a/lib/util.js b/lib/util.js index ac2160d5..5229e148 100644 --- a/lib/util.js +++ b/lib/util.js @@ -56,7 +56,7 @@ break; } - return !!isMatch; + return isMatch; }; this.check = new checkProto();