From 997046c863a696921162d705b0032afb1a3ad938 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Thu, 1 Jul 2021 21:52:45 +1000 Subject: more frequent progress updates --- 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 e781ca7..17fef2a 100755 --- a/bin/vicmap2osm.js +++ b/bin/vicmap2osm.js @@ -56,7 +56,7 @@ const transform = new Transform({ sourceCount++ if (!argv.quiet) { - if (process.stdout.isTTY && sourceCount % 10000 === 0) { + if (process.stdout.isTTY && sourceCount % 1000 === 0) { process.stdout.write(` ${sourceCount.toLocaleString()}\r`) } } -- cgit v1.2.3