mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
feat(og): add reading time to default, improve logging
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user