v3-installer
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "v3-installer", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "v3二次开发插件安装器", | ||
@@ -29,2 +29,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -121,4 +121,4 @@ const configUtils = require('../utils/ConfigUtils'); | ||
}).catch(err => { | ||
console.log(err.message); | ||
this._afterInstall(); | ||
reject(err); | ||
return; | ||
}) | ||
@@ -221,4 +221,3 @@ } | ||
this._afterInstall(); | ||
console.error(error); | ||
reject(); | ||
reject(error); | ||
} | ||
@@ -225,0 +224,0 @@ }) |
@@ -111,3 +111,3 @@ /** | ||
} catch (e) { | ||
reject("从vstore获取文件id失败!"); | ||
reject(`从vstore获取文件id失败,${body.msg||''}`); | ||
} | ||
@@ -114,0 +114,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
26
83456
2164