@xuda.io/drive_module 1.1.1059 → 1.1.1061
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/index.js +6 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2296,6 +2296,9 @@ export default {
|
|
|
2296
2296
|
);
|
|
2297
2297
|
|
|
2298
2298
|
//////////////////////
|
|
2299
|
+
|
|
2300
|
+
misc_module.rsync_drive_resources_to_remote_servers("studio", app_id);
|
|
2301
|
+
/////////////////////
|
|
2299
2302
|
doc.vite_build_res = {
|
|
2300
2303
|
code: 1,
|
|
2301
2304
|
data: build_ret,
|
|
@@ -2311,6 +2314,9 @@ export default {
|
|
|
2311
2314
|
data: err.message,
|
|
2312
2315
|
};
|
|
2313
2316
|
console.error(doc);
|
|
2317
|
+
if (job_id) {
|
|
2318
|
+
return doc.vite_build_res;
|
|
2319
|
+
}
|
|
2314
2320
|
db_module.save_app_couch_doc(app_id, doc);
|
|
2315
2321
|
}
|
|
2316
2322
|
};
|