better-fs-errors
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "better-fs-errors", | ||
"description": "Better-looking Node fs error outputs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Chris Deacy <chris@deacy.io> (http://deacy.io)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
better-fs-errors | ||
=== | ||
better-fs-errors is an node module that improves the way fs (file system) errors look. It uses the [errno](https://github.com/rvagg/node-errno) module to provide more helpful error messages based on the error code provided by node. This has not been fully tested with every possible error, so please report any issues you run into [here](https://github.com/chrisdothtml/better-fs-errors/issues). | ||
better-fs-errors is a node module that improves the way [fs](https://nodejs.org/api/fs.html) (file system) errors look. It uses the [errno](https://github.com/rvagg/node-errno) module to provide more helpful error messages based on the error code provided by node. This has not been fully tested with every possible error, so please report any issues you run into [here](https://github.com/chrisdothtml/better-fs-errors/issues). | ||
@@ -5,0 +5,0 @@ Before: |
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
3206