@v4fire/typescript-check
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -14,2 +14,8 @@ Changelog | ||
## v1.3.2 (2021-03-02) | ||
#### :rocket: New Feature | ||
* Improved information about found errors | ||
## v1.3.1 (2020-11-06) | ||
@@ -16,0 +22,0 @@ |
@@ -84,3 +84,6 @@ #!/usr/bin/env node | ||
if (totalErrors > maxErrors) { | ||
log.setFailed(`Errors found: ${totalErrors}`); | ||
log.setFailed(`Errors found: ${totalErrors}${maxErrors > 0 ? `. Errors allowed: ${maxErrors}` : ''}`); | ||
} else if (maxErrors > 0) { | ||
log.warning(`Errors found: ${totalErrors}. Errors allowed: ${maxErrors}`); | ||
} |
{ | ||
"name": "@v4fire/typescript-check", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Tool to check typescript errors", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/v4fire/typescriptCheck#readme", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7955
171
1