Comparing version 0.1.5 to 0.1.6
@@ -45,2 +45,5 @@ var once = require('once'); | ||
stream.destroy(); | ||
process.nextTick(function() { | ||
callback(new Error('stream destroyed')); | ||
}); | ||
}; | ||
@@ -47,0 +50,0 @@ }; |
{ | ||
"name": "pump", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"repository": "git://github.com/mafintosh/pump.git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4459
102