Comparing version 0.1.0-dev.7 to 0.1.0-dev.8
@@ -5,3 +5,3 @@ "use strict"; | ||
const Path = require("path"); | ||
const errorStackRegex = /^([A-Z]\w*Error(?:: .+)?)\n(?: {4}at .+\n)+/mg; | ||
const errorStackRegex = /^((?:[A-Z]\w*)?Error(?:: .+)?)\n(?: {4}at .+\n)+/mg; | ||
function blurErrorStack(output) { | ||
@@ -8,0 +8,0 @@ return output.replace(errorStackRegex, '$1\n [stack]'); |
{ | ||
"name": "baseman", | ||
"version": "0.1.0-dev.7", | ||
"version": "0.1.0-dev.8", | ||
"description": "Integration testing framework for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "bld/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
59855