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
timer.simple(1, function() foo() end ) -- foo does not exist
The error in the console comes out normally but the hint popup comes out as: addons/starfall/lua/starfall/instance.lua:37: in function <addons/starfall/lua/starfall/instance.lua:36> [C]: in function 'xpcall'
but should look something like this:
SF:main:4: attempt to call global 'foo' (a nil value)
The text was updated successfully, but these errors were encountered:
When running something like
The error in the console comes out normally but the hint popup comes out as:
addons/starfall/lua/starfall/instance.lua:37: in function <addons/starfall/lua/starfall/instance.lua:36> [C]: in function 'xpcall'
but should look something like this:
SF:main:4: attempt to call global 'foo' (a nil value)
The text was updated successfully, but these errors were encountered: