Closed drewvolz closed 7 years ago
Chromium on Ubuntu could not import the Counter class as it was looking for a lowercased file which did not exist. This fixes that by respecting case-sensitive file systems.
Counter
Thanks for your pull request man, am merging it to master.
Chromium on Ubuntu could not import the
Counter
class as it was looking for a lowercased file which did not exist. This fixes that by respecting case-sensitive file systems.