Jacky Zhao
2025-03-13 0babbdf7809a6c779c2548b1d1b50ef28d994cf9
quartz/util/log.ts
@@ -22,7 +22,7 @@
        readline.cursorTo(process.stdout, 0)
        process.stdout.write(`${this.spinnerChars[this.spinnerIndex]} ${this.spinnerText}`)
        this.spinnerIndex = (this.spinnerIndex + 1) % this.spinnerChars.length
      }, 100)
      }, 20)
    }
  }