gxd-uni-library-editx 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -211,6 +211,8 @@ class Logs {
211
211
  }
212
212
 
213
213
  checkMessage(error){
214
+ console.error(error);
215
+ throw error;
214
216
  let errorStr = error;
215
217
  if(Object.prototype.toString.call(error) === '[object Error]') {
216
218
  errorStr = JSON.stringify(runtime().getErrorInfo(error));