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))
                                     }