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
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default async function(settings) {
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`);