Thinkmill / ts-gql

Write GraphQL queries with a gql tag in TypeScript -> have generated types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-gql watch crashes when a file has a syntax error

Noviny opened this issue · comments

Repro:

  1. create a query and set it up correctly
  2. Start a watching server
  3. cause the file to become unreadable (add an unclosed bracket, say) and save
  4. ts-gql watch crashes