Comparing version 1.0.2 to 1.0.3
10
index.js
@@ -46,3 +46,13 @@ var createDefaultStream = require('./lib/default_stream'); | ||
var _error; | ||
process.on('uncaughtException', function (err) { | ||
_error = err | ||
}) | ||
process.on('exit', function (code) { | ||
if (_error) { | ||
return | ||
} | ||
if (!ended) { | ||
@@ -49,0 +59,0 @@ for (var i = 0; i < harness._tests.length; i++) { |
{ | ||
"name" : "tape", | ||
"version" : "1.0.2", | ||
"version" : "1.0.3", | ||
"description" : "tap-producing test harness for node and browsers", | ||
@@ -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
52910
1559