reagenzn
2025-08-01 91059843ae9122bd547ddfdfa5a30edd99a42ff7
quartz/util/log.ts
@@ -35,7 +35,7 @@
        const truncated = truncate(output, columns)
        process.stdout.write(truncated)
        this.spinnerIndex = (this.spinnerIndex + 1) % this.spinnerChars.length
      }, 20)
      }, 50)
    }
  }