Line numbers for "local used outside callback" warnings
-
Hey!
If I (or an AI) accidentally use a local variable inside a standard function (like a parameter embedded one), I get this in the console:
Interface: Warning: 'local' used outside of callback/inline function, treating as 'var'With a big project with lots of included .js files/namespaces, is it possible to append the line number and file to this specific warning?
Thanks!