Browse Source

Fix regexpCompare (#6232)

Patryk Matuszak 3 years ago
parent
commit
cc6a467869
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/utils/index.js

+ 1 - 0
src/utils/index.js

@@ -330,6 +330,7 @@ export default {
     } catch (e) {
       return false
     }
+    return false
   },
 
   escapeHTML (text) {