Comparing version 0.0.1 to 0.0.2
@@ -37,3 +37,3 @@ 'use strict'; | ||
if (finalCallback) finalCallback(err); | ||
else throw err; | ||
else if (err) throw err; | ||
}); | ||
@@ -40,0 +40,0 @@ }); |
{ | ||
"name": "clear-dir", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "For quickly emptying a directory", | ||
@@ -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
5038
7