Ivan Asmer 4 years ago
parent
commit
db65936462
1 changed files with 1 additions and 0 deletions
  1. 1 0
      expand.js

+ 1 - 0
expand.js

@@ -78,6 +78,7 @@ function mmExpandSchema(gqlSchema){
 
                             function regexp(val){
                                 if (val && typeof val === 'string' && val.startsWith('/') && val.endsWith('/')){
+                                    console.log('regexp found' ,val )
                                     try {
                                         return new RegExp(val.slice(1, -1))
                                     }