@hestia-earth/schema-validation 30.2.0 → 30.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/schema-validation",
3
- "version": "30.2.0",
3
+ "version": "30.2.1",
4
4
  "description": "HESTIA Schema Validation",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -160,7 +160,8 @@ var run = function () { return __awaiter(void 0, void 0, void 0, function () {
160
160
  return [7 /*endfinally*/];
161
161
  case 15:
162
162
  if (results.length) {
163
- throw new Error("Validation errors: ".concat(JSON.stringify(results, null, 2)));
163
+ results.map(function (value) { return console.error(JSON.stringify(value, null, 2)); });
164
+ throw new Error('Validation errors: see above for more details');
164
165
  }
165
166
  return [2 /*return*/];
166
167
  }