cb2 icon indicating copy to clipboard operation
cb2 copied to clipboard

Fixed bug where @current_count not initialized.

Open fz-ryanbigg opened this issue 6 months ago • 0 comments

If the #count method has never been called then @current_count is nil, resulting in an error when calling #error. Using the method which initialises ensures this doesn't occur.

fz-ryanbigg avatar Aug 26 '25 06:08 fz-ryanbigg