dependabot[bot]
2025-05-07 c33f96e572d7fd4e15d24f9f527fc9f39aebbaa7
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)
    }
  }