@xuda.io/drive_module 1.1.1059 → 1.1.1060

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2311,6 +2311,9 @@ export default {
2311
2311
  data: err.message,
2312
2312
  };
2313
2313
  console.error(doc);
2314
+ if (job_id) {
2315
+ return doc.vite_build_res;
2316
+ }
2314
2317
  db_module.save_app_couch_doc(app_id, doc);
2315
2318
  }
2316
2319
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/drive_module",
3
- "version": "1.1.1059",
3
+ "version": "1.1.1060",
4
4
  "description": "Xuda Drive Server Module",
5
5
  "main": "index.js",
6
6
  "dependencies": {