LGTM.com - false positive: JS type of console.log
variable incorrectly detected
#2666
Labels
console.log
variable incorrectly detected
#2666
Description of the false positive
The variable is defined with
var originalLog = console.log;
.typeof console.log
isfunction
orobject
(an exotic implementation object that is callable) depending on the browser.The warning says it has type "boolean, date, number, object, regular expression or string" - there's a few problems with this:
symbol
andbigint
console.log
asobject
- a callable object - this is not actually a valid warning.URL to the alert on the project page on LGTM.com
https://lgtm.com/projects/g/substack/testling/snapshot/8d454f8d81bb0e84b06879a4506e530b8bdc87ac/files/browser/prelude.js?sort=name&dir=ASC&mode=heatmap#x1b735cba61dcb9a1:1
The text was updated successfully, but these errors were encountered: