Closed jeremyvisser closed 5 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.
lastError
lasterror
lastError
is referenced lowercase aslasterror
, and as JS is case-sensitive, this will cause it to always evaluate to false, and therefore never log anything.