Skip to content

Commit

Permalink
👕 Remove reflection warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Dec 20, 2023
1 parent 23d74f7 commit 7c3ddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress/indeterminate.clj
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ long since your dog last pooped."
(clojure.core/print (str (ansi/apply-colours-and-attrs fg-colour bg-colour attributes (nth frames (mod i (count frames))))
" "))
(flush)
(Thread/sleep delay-in-ms)
(Thread/sleep ^Long delay-in-ms)
(ansi/restore-cursor!)
(jansi/erase-line!)
(print-pending-messages)
Expand Down

0 comments on commit 7c3ddeb

Please sign in to comment.