feat(og): add reading time to default, improve logging
This commit is contained in:
parent
d9159e0ac9
commit
80c3196fee
4 changed files with 29 additions and 6 deletions
|
@ -22,7 +22,7 @@ export class QuartzLogger {
|
|||
readline.cursorTo(process.stdout, 0)
|
||||
process.stdout.write(`${this.spinnerChars[this.spinnerIndex]} ${this.spinnerText}`)
|
||||
this.spinnerIndex = (this.spinnerIndex + 1) % this.spinnerChars.length
|
||||
}, 100)
|
||||
}, 20)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue