This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
v1.6.1: Fix expression and favicon clearing errors
Fixes a few random errors that may appear under certain conditions.
Fixes
clearFaviconCache()
throwing an exception when FaviconHandler instance has never been created- Random
Double operator
error when usingsomething != something
(Would see the=<space>
as second expression)
It should now just ignore any followup expressions if it found one.