summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-08 16:58:34 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-08 16:58:34 -0400
commitbd8e1dd8d2340636521200d15a045321ea07b986 (patch)
tree8ff2fefc1ddefd9f4d7078b158dfabffb36b470f /indra/newview/scripts/lua
parent5b3bdf839f590676c4db4fb7eddaa0a55ac0c26f (diff)
Tweak a couple things
Diffstat (limited to 'indra/newview/scripts/lua')
-rw-r--r--indra/newview/scripts/lua/LLDebugSettings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/scripts/lua/LLDebugSettings.lua b/indra/newview/scripts/lua/LLDebugSettings.lua
index c809dfff91..c1d74fe00a 100644
--- a/indra/newview/scripts/lua/LLDebugSettings.lua
+++ b/indra/newview/scripts/lua/LLDebugSettings.lua
@@ -1,6 +1,6 @@
leap = require 'leap'
-function check_response(res)
+local function check_response(res)
if res.error then
error(res.error)
end