tap-parser
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -552,2 +552,3 @@ // Transforms a stream of TAP into a stream of result objects | ||
if (this.bail && !res.ok && !res.todo && !res.skip && !this.bailingOut) { | ||
this.maybeChild = null | ||
var ind = new Array(this.level + 1).join(' ') | ||
@@ -554,0 +555,0 @@ for (var p = this; p.parent; p = p.parent); |
{ | ||
"name": "tap-parser", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "parse the test anything protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
40452
933