abler-api 0.1.34 → 0.1.35
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 -2
- package/dist/es/pp-util.js +1 -2
- package/package.json +1 -1
package/dist/cjs/pp-util.js
CHANGED
|
@@ -1601,8 +1601,7 @@ async function checkExEnvSetting(loadjs) {
|
|
|
1601
1601
|
|
|
1602
1602
|
if (!msg) {
|
|
1603
1603
|
delete require.cache[fileName];
|
|
1604
|
-
|
|
1605
|
-
ppUtil$3.importExEnvSetting(conf$2._envSetting, envSettingEx);
|
|
1604
|
+
ppUtil$3.importExEnvSetting(conf$2._envSetting, fileName, loadjs);
|
|
1606
1605
|
}
|
|
1607
1606
|
|
|
1608
1607
|
return msg;
|
package/dist/es/pp-util.js
CHANGED
|
@@ -1588,8 +1588,7 @@ async function checkExEnvSetting(loadjs) {
|
|
|
1588
1588
|
|
|
1589
1589
|
if (!msg) {
|
|
1590
1590
|
delete require.cache[fileName];
|
|
1591
|
-
|
|
1592
|
-
ppUtil$3.importExEnvSetting(conf$2._envSetting, envSettingEx);
|
|
1591
|
+
ppUtil$3.importExEnvSetting(conf$2._envSetting, fileName, loadjs);
|
|
1593
1592
|
}
|
|
1594
1593
|
|
|
1595
1594
|
return msg;
|