From 3c8c69544dea1cf01ac459fb2d36e6907c160de2 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 18:03:11 +0330 Subject: [PATCH] update index.js --- index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 5b5dddc..40d1133 100644 --- a/index.js +++ b/index.js @@ -105,8 +105,9 @@ 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)); + // console.log("allWorkFlowInfo", JSON.stringify(allWorkFlowInfo, null, 2)); + // fs.writeFileSync("./result-pretty.json", JSON.stringify(allWorkFlowInfo, null, 2)); + fs.writeFileSync("./result.json", JSON.stringify(allWorkFlowInfo)); console.timeEnd("WorkflowTester"); console.log("DONE"); process.exit(0);