Skip to content

Commit

Permalink
chore: add logger for output txs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Mar 25, 2024
1 parent 091e71e commit df008ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ import * as path from "path";
);
fs.appendFileSync(outputFile, "\n");
}
console.log(fs.readFileSync(outputFile, "utf8").split("\n").length);
})();

0 comments on commit df008ed

Please sign in to comment.