summaryrefslogtreecommitdiff
path: root/meta/template/debug.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-16 14:20:30 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-16 14:20:30 +0800
commitefdd1a9b98c4129b1c1b45a2086fb25b63c1bf0b (patch)
tree5ed6de9890d45b0a97593187fda96ca3f01e82f3 /meta/template/debug.lua
parent45b8a1d0cb6e0a7fc160a4fc0a4a47469bbac1d4 (diff)
downloadlua-language-server-efdd1a9b98c4129b1c1b45a2086fb25b63c1bf0b.zip
支持 require 的形式
Diffstat (limited to 'meta/template/debug.lua')
-rw-r--r--meta/template/debug.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/template/debug.lua b/meta/template/debug.lua
index f599655c..58835011 100644
--- a/meta/template/debug.lua
+++ b/meta/template/debug.lua
@@ -141,3 +141,5 @@ function debug.upvalueid(f, n) end
---@param f2 function
---@param n2 integer
function debug.upvaluejoin(f1, n1, f2, n2) end
+
+return debug