mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
stdout.write → l.log
This commit is contained in:
parent
fe12809812
commit
6cd4b78fb1
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default async function(settings) {
|
||||||
|
|
||||||
if(is_last) break;
|
if(is_last) break;
|
||||||
|
|
||||||
process.stderr.write(`Written ${i - offset} / count objects (~${percentage(i - offset, count).toFixed(2)}%) \r`);
|
l.log(`Written ${i - offset} / count objects (~${percentage(i - offset, count).toFixed(2)}%) \r`);
|
||||||
}
|
}
|
||||||
l.log(`Slicing complete`);
|
l.log(`Slicing complete`);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue