Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have some Node specific code in our codebase and it works fine but we can't fallback mechanism. For example, we use Error.captureStackTrace if available but it's always available in Node so we never tested this code:
Error.captureStackTrace
graphql-js/src/error/GraphQLError.js
Lines 203 to 210 in 576682f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have some Node specific code in our codebase and it works fine but we can't fallback mechanism.
For example, we use
Error.captureStackTraceif available but it's always available in Node so we never tested this code:graphql-js/src/error/GraphQLError.js
Lines 203 to 210 in 576682f
The text was updated successfully, but these errors were encountered: