semenko / chrome-limit-history-lifetime

Persistent history entries are annoying. This Chrome extension limits history entries to a user-adjustable value.
https://chrome.google.com/webstore/detail/limit-history-lifetime/opkjpinehmnbdeebdamcapfgfepdiohp
MIT License
8 stars 0 forks source link

s/lasterror/lastError/ #3

Closed jeremyvisser closed 5 years ago

jeremyvisser commented 6 years ago

lastError is referenced lowercase as lasterror, and as JS is case-sensitive, this will cause it to always evaluate to false, and therefore never log anything.