node-sass
Advanced tools
Comparing version 3.12.1 to 3.12.2
{ | ||
"name": "node-sass", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"libsass": "3.3.6", | ||
@@ -5,0 +5,0 @@ "description": "Wrapper around libsass", |
@@ -140,3 +140,5 @@ /*! | ||
.pipe(fs.createWriteStream(cachedBinary)) | ||
.on('error', function (e) { throw e; }); | ||
.on('error', function (e) { | ||
log.error('node-sass install', 'Failed to cache binary: %s', err); | ||
}); | ||
} catch (err) { | ||
@@ -143,0 +145,0 @@ log.error('node-sass install', 'Failed to cache binary: %s', err); |
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
1638664
4604