From df008ed3d30ef96274055154f80ebe6a87743f6d Mon Sep 17 00:00:00 2001 From: Nesopie Date: Mon, 25 Mar 2024 12:59:26 +0530 Subject: [PATCH] chore: add logger for output txs --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index c8fa77f..14ee545 100644 --- a/src/index.ts +++ b/src/index.ts @@ -57,4 +57,5 @@ import * as path from "path"; ); fs.appendFileSync(outputFile, "\n"); } + console.log(fs.readFileSync(outputFile, "utf8").split("\n").length); })();