on-error-resume-next
Advanced tools
Comparing version 1.0.1-master.7cb3ba1 to 1.0.1-master.e2c9579
@@ -9,4 +9,4 @@ # Changelog | ||
## [1.0.0-0] - 2018-03-19 | ||
## [1.0.0] - 2018-03-21 | ||
### Added | ||
- Initial commit |
{ | ||
"name": "on-error-resume-next", | ||
"version": "1.0.1-master.7cb3ba1", | ||
"version": "1.0.1-master.e2c9579", | ||
"description": "", | ||
@@ -23,2 +23,5 @@ "main": "lib/index.js", | ||
"homepage": "https://github.com/compulim/on-error-resume-next#readme", | ||
"jest": { | ||
"collectCoverage": true | ||
}, | ||
"devDependencies": { | ||
@@ -25,0 +28,0 @@ "babel-cli": "^6.26.0", |
@@ -1,5 +0,7 @@ | ||
# on-error-resume-next [![Build Status](https://travis-ci.org/compulim/on-error-resume-next.svg?branch=master)](https://travis-ci.org/compulim/on-error-resume-next) | ||
# on-error-resume-next | ||
Run a function, synchronously or asynchronously, and ignore errors. | ||
[![Build Status](https://travis-ci.org/compulim/on-error-resume-next.svg?branch=master)](https://travis-ci.org/compulim/on-error-resume-next) | ||
The name come from [Visual Basic](https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/statements/on-error-statement). The original `On Error Resume Next` statement is considered a bad error handling practice. | ||
@@ -6,0 +8,0 @@ |
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
9892
10
53