You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message sv: Expression 2 (generic): Internal error 'addons/wire/lua/entities/gmod_wire_expression2/base/compiler.lua:1884: attempt to index local 'f' (a nil value)' at line 3, char 1
The text was updated successfully, but these errors were encountered:
It is intentional to avoid overhead with the nil check since the error is harmless. That would ideally be a compile error since the variable isn't initialized though.
Describe the bug
Compiler bug
To Reproduce
Attempt to call nil lambda.
Expected behavior
Verbose error
Error message
sv: Expression 2 (generic): Internal error 'addons/wire/lua/entities/gmod_wire_expression2/base/compiler.lua:1884: attempt to index local 'f' (a nil value)' at line 3, char 1
The text was updated successfully, but these errors were encountered: