0no-co / gql.tada

🪄 Magical GraphQL query engine for TypeScript
https://gql-tada.0no.co
MIT License
2.44k stars 34 forks source link

`gql.tada check` returns exit code 0 with errors #326

Closed antogyn closed 1 week ago

antogyn commented 1 week ago

Describe the bug

When running gql.tada check, even if errors are returned, the exit code is always 0.

Reproduction

No response

gql.tada version

gql.tada 1.7.6, 1.6.0

In 1.5.8, it correctly returns an exit code 1, so I guess the issue started in 1.6.0

Validations