diff options
-rwxr-xr-x | bin/vicmap2osm.js | 2 |
1 files changed, 1 insertions, 1 deletions
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`) } } |