@xuda.io/drive_module 1.1.1067 → 1.1.1068
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 +5 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2097,8 +2097,11 @@ const save_drive_doc = async function (drive_type, app_id, doc) {
|
|
|
2097
2097
|
return save_ret;
|
|
2098
2098
|
};
|
|
2099
2099
|
|
|
2100
|
-
exports.compile_javascript_program_in_studio_drive = async function (
|
|
2101
|
-
|
|
2100
|
+
exports.compile_javascript_program_in_studio_drive = async function (
|
|
2101
|
+
req,
|
|
2102
|
+
job_id
|
|
2103
|
+
) {
|
|
2104
|
+
const { app_id, doc } = req;
|
|
2102
2105
|
|
|
2103
2106
|
try {
|
|
2104
2107
|
const studio_drive_script_folder = path.join(
|