1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-10 08:34:55 +00:00

stdout.write → l.log

This commit is contained in:
Starbeamrainbowlabs 2020-07-02 17:24:11 +01:00
parent fe12809812
commit 6cd4b78fb1
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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`);