Mayank1791989 / gql

112 stars 19 forks source link

Exclude directories in gqlconfig matcher #151

Open jzahka opened 5 years ago

jzahka commented 5 years ago
 match: { include: 'src/**/*.ts' },

This matched a directory I accidentally named my-dir.ts and subsequently called readFile on it which caused the service to crash. (very silently crash)