Jacky Zhao
2025-03-13 80c3196feeb310020880d322e9690de5f063af5a
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)
    }
  }