eyeglass-file-text
Advanced tools
Comparing version 0.0.9 to 0.1.0
@@ -14,3 +14,6 @@ 'use strict'; | ||
fs.readFile(path.getValue(), encoding.getValue(), function (err, data) { | ||
if (err) throw new Error("File read error: \'" + err.toString() + "\'."); | ||
if (err) { | ||
done(sass.types.Error("File read error: \'" + err.toString() + "\'.")); | ||
return; | ||
} | ||
@@ -17,0 +20,0 @@ var dataEol = data; |
{ | ||
"name": "eyeglass-file-text", | ||
"description": "Sass eyeglass module for getting the contents of text or binary files as (encoded) string.", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "strarsis", |
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
3137
25