松浦 知也 Matsuura Tomoya
2025-11-01 8bc6cb906110ae03e117af97147a366621dc20b7
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)
    }
  }