wgt-node-utils 0.0.8 → 0.0.10
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/bundle.js +1 -1
- package/package.json +1 -1
- package/src/index.js +2 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -283,6 +283,7 @@ class wgtNodeUtils {
|
|
|
283
283
|
reject();
|
|
284
284
|
}
|
|
285
285
|
} catch (e) {
|
|
286
|
+
console.log(e, 'readF2eFiles 錯誤信息')
|
|
286
287
|
reject();
|
|
287
288
|
}
|
|
288
289
|
console.log('静态资源:读取结束');
|
|
@@ -535,4 +536,4 @@ class wgtNodeUtils {
|
|
|
535
536
|
return f2eFiles;
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
|
-
module.exports = new wgtNodeUtils();
|
|
539
|
+
module.exports = new wgtNodeUtils('cli_a538bc45e770d00b', 'EDK1uleQyLym6WWDISo00dwx4gssiskJ');
|