diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-06-24 11:42:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-06-24 11:42:54 +0800 |
commit | 859bf22a7d50473ae796f9a33a15de413cf0604c (patch) | |
tree | abd74bd92c2f2be892808c761429b9315100b864 /server/src/task.lua | |
parent | bc56c859f3f15e4b626d65c317ae077f551288ad (diff) | |
download | lua-language-server-859bf22a7d50473ae796f9a33a15de413cf0604c.zip |
修正bug
Diffstat (limited to 'server/src/task.lua')
-rw-r--r-- | server/src/task.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/task.lua b/server/src/task.lua index a1ed37de..88db7a28 100644 --- a/server/src/task.lua +++ b/server/src/task.lua @@ -56,7 +56,6 @@ end return function (callback) local self = setmetatable({ - callback = callback, data = {}, task = coroutine.create(callback), }, mt) |