Comparing version 4.0.2 to 4.0.3
# Changelog | ||
## v4.0.3 | ||
Fixed exit code #87. | ||
## v4.0.2 | ||
@@ -4,0 +7,0 @@ Fixed SyntaxError #83. |
@@ -25,7 +25,8 @@ 'use strict'; | ||
if (!process.exitCode) { | ||
process.exitCode = exitCodes.HAS_TYPOS; | ||
} | ||
} | ||
if (!process.exitCode && hasData(err, data)) { | ||
process.exitCode = exitCodes.HAS_TYPOS; | ||
} | ||
if (err) { | ||
@@ -32,0 +33,0 @@ process.exitCode = exitCodes.ERROR_LOADING; |
@@ -13,3 +13,3 @@ { | ||
"description": "Search tool typos in the text, files and websites", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "homepage": "https://github.com/hcodes/yaspeller", |
Sorry, the diff of this file is not supported yet
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
83191
28