diff --git a/index.js b/index.js index 86c9df3..4df0ef8 100644 --- a/index.js +++ b/index.js @@ -107,8 +107,8 @@ require(path.join(process.cwd(), "..", "server", "dist", "database.js")); // console.log("allWorkFlowInfo", JSON.stringify(allWorkFlowInfo, null, 2)); // fs.writeFileSync("./result-pretty.json", JSON.stringify(allWorkFlowInfo, null, 2)); - await saveLargeObject(allWorkFlowInfo, "./result-pretty-beforeProcess.json") - fs.writeFileSync("./result-beforeProcess.json", JSON.stringify(allWorkFlowInfo)); + // await saveLargeObject(allWorkFlowInfo, "./result-pretty-beforeProcess.json") + // fs.writeFileSync("./result-beforeProcess.json", JSON.stringify(allWorkFlowInfo)); for await(let key of Object.keys(allWorkFlowInfo)){ if (!allWorkFlowInfo[key].isValid) {