ding-trans
Advanced tools
Comparing version 1.0.38 to 1.0.39
@@ -44,5 +44,3 @@ #! /usr/bin/env node | ||
if (basic) { | ||
for (let i = 0; i < basic.explains.length; i++) { | ||
mainTrans += "\n" + basic.explains[i]; | ||
} | ||
mainTrans = "\n" + basic.explains.join("\n"); | ||
} | ||
@@ -90,3 +88,3 @@ if (web) { | ||
response.on("end", function () { | ||
console.log("----------------ding-trans----------------"); | ||
console.log("---------------- by 前端超人 ----------------"); | ||
}); | ||
@@ -93,0 +91,0 @@ }; |
{ | ||
"name": "ding-trans", | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"description": "a translation cli", | ||
@@ -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
4092
87