From 66ec9f9177a685129e917ff6bb8d503779c668f9 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Wed, 19 May 2021 23:21:31 +1000 Subject: log progress as actual number --- bin/vicmap2osm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/vicmap2osm.js') diff --git a/bin/vicmap2osm.js b/bin/vicmap2osm.js index 954fdff..97139ab 100755 --- a/bin/vicmap2osm.js +++ b/bin/vicmap2osm.js @@ -44,7 +44,7 @@ const transform = new Transform({ if (!argv.quiet) { if (process.stdout.isTTY && sourceCount % 10000 === 0) { - process.stdout.write(` ${sourceCount / 1000}k\r`) + process.stdout.write(` ${sourceCount.toLocaleString()}\r`) } } -- cgit v1.2.3