Ivan Asmer 4 роки тому
батько
коміт
db65936462
1 змінених файлів з 1 додано та 0 видалено
  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))
                                     }