postcss-log-warnings
Advanced tools
Comparing version 0.1.1 to 0.1.2
# Changelog | ||
## v0.1.2 | ||
- Only log if there is something to log (don't log undefined). | ||
## v0.1.1 | ||
@@ -4,0 +7,0 @@ - Only exit process if code is non-zero. |
@@ -14,3 +14,3 @@ 'use strict'; | ||
p.then(function(r) { | ||
console.log(r); | ||
if (r) console.log(r); | ||
if (opts.throwError) exitCode = 1; | ||
@@ -17,0 +17,0 @@ }); |
{ | ||
"name": "postcss-log-warnings", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Log PostCSS warnings in the console", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
49213