@prisma/engine-core
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -247,2 +247,5 @@ "use strict"; | ||
const message = stringified.length > 0 ? stringified : `Error in prisma.\$\{rootField || 'query'}`; | ||
if (this.errorLogs.includes('panicked')) { | ||
this.stop(); | ||
} | ||
throw new PhotonError(message, query, errors, this.errorLogs); | ||
@@ -249,0 +252,0 @@ } |
{ | ||
"name": "@prisma/engine-core", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
31911
500