From 6cc85ddf4387749275df2a848a6e7c9996175169 Mon Sep 17 00:00:00 2001 From: MohammadHoseinPaymard Date: Mon, 26 May 2025 18:08:40 +0330 Subject: [PATCH] update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 40d1133..0995459 100644 --- a/index.js +++ b/index.js @@ -106,7 +106,7 @@ 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)); + fs.writeFileSync("./result-pretty.json", JSON.stringify(allWorkFlowInfo, null, 2)); fs.writeFileSync("./result.json", JSON.stringify(allWorkFlowInfo)); console.timeEnd("WorkflowTester"); console.log("DONE");