bfintal / Counter-Up2

Counter-Up is a lightweight module that counts up to a targeted number when the number becomes visible.
MIT License
193 stars 65 forks source link

Prevent 'undefined' from showing in output. #15

Open DemienDrost opened 2 years ago

DemienDrost commented 2 years ago

Check if char is defined. If not replace it by an empty string to prevent displaying the sting undefined in the output.

DemienDrost commented 2 years ago

@bfintal bump