You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:graphql-js/src/error/GraphQLError.js
Lines 203 to 210 in 576682f
The text was updated successfully, but these errors were encountered: