Justin
2025-09-17 05e4f4229100e0420316072fda9e8ddc6229db5f
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)
    }
  }