i18n-translate
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,3 +5,3 @@ { | ||
"preferGlobal": true, | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"private": false, | ||
@@ -8,0 +8,0 @@ "author": "Thomas Brüggemann", |
@@ -174,2 +174,10 @@ var fs = require("fs"); | ||
// spice up error message | ||
if (err) { | ||
err = { | ||
"file": file, | ||
"error": err | ||
}; | ||
} | ||
return callback(err, notTranslated); | ||
@@ -176,0 +184,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
25823
198