abler-api 0.1.69 → 0.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/pp-util.js +1 -1
- package/package.json +1 -1
package/dist/cjs/pp-util.js
CHANGED
|
@@ -1774,7 +1774,7 @@ async function checkExEnvSetting(loadjs) {
|
|
|
1774
1774
|
|
|
1775
1775
|
ppUtil$3.importExEnvSetting(conf$2._envSetting, fileName, loadjs);
|
|
1776
1776
|
} catch (e) {
|
|
1777
|
-
return `导入本机环境配置失败\n${
|
|
1777
|
+
return `导入本机环境配置失败\n${e.stack}`;
|
|
1778
1778
|
}
|
|
1779
1779
|
} // async function checkDatabase() {
|
|
1780
1780
|
// return dbCheck.check().then(info => info.updateMessage);
|