standard-reporter
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "standard-reporter", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Reporters for feross/standard or uber/standard via unix pipes", | ||
@@ -5,0 +5,0 @@ "main": "standard-reporter.js", |
@@ -198,7 +198,9 @@ #!/usr/bin/env node | ||
function flush(callback) { | ||
this.push({ | ||
type: 'file', | ||
file: currentFile, | ||
errors: errors[currentFile] | ||
}); | ||
if (currentFile) { | ||
this.push({ | ||
type: 'file', | ||
file: currentFile, | ||
errors: errors[currentFile] | ||
}); | ||
} | ||
callback(); | ||
@@ -205,0 +207,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
12498
268