apollo-link-reactive-schema
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -60,3 +60,7 @@ "use strict"; | ||
catch (e) { | ||
observer.next({ errors: [new graphql_1.GraphQLError(e.mesage)] }); | ||
if (e instanceof Error) { | ||
observer.next({ errors: [new graphql_1.GraphQLError(e.message)] }); | ||
} | ||
else | ||
throw e; | ||
} | ||
@@ -63,0 +67,0 @@ }); |
{ | ||
"name": "apollo-link-reactive-schema", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Apollo Link that provides a reactive-graphql execution environment to perform operations on a provided reactive schema.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10377
136