@apex-pub/convector-core-errors
Advanced tools
Comparing version 1.3.12-1-alpha.d64b57e0 to 1.3.12-1-alpha.e89c9108
@@ -22,3 +22,3 @@ "use strict"; | ||
delete this.original; | ||
return stack.slice(0, 5).join('\n') + "\n ... " + lines + " additional lines"; | ||
return original.stack; | ||
}; | ||
@@ -25,0 +25,0 @@ BaseError.prototype.getMessage = function (original) { |
{ | ||
"name": "@apex-pub/convector-core-errors", | ||
"version": "1.3.12-1-alpha.d64b57e0", | ||
"version": "1.3.12-1-alpha.e89c9108", | ||
"description": "Convector Errors", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
47845