csproj-integrity
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -150,3 +150,2 @@ 'use strict'; | ||
.catch(function(err) { | ||
log(chalk.white.bgRed.bold(err)); | ||
return Promise.reject(false); | ||
@@ -200,3 +199,2 @@ }); | ||
.catch(function(err) { | ||
log(chalk.white.bgRed.bold(figures.warning + " " + err)); | ||
return Promise.reject(false); | ||
@@ -203,0 +201,0 @@ }); |
{ | ||
"name": "csproj-integrity", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Check csproj file (Visual Studio) integrity", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
332128
249