summaryrefslogtreecommitdiff
path: root/test/full/self.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-05 16:46:08 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-05 16:46:08 +0800
commitc9b94234048a9608a732e85251757d02fcf19c8a (patch)
treedc95e70c233ab72e46e8bcb1fe7b9d8f6731886e /test/full/self.lua
parent2877f084943ba30a9970cbe9a5cb0be844a2ec64 (diff)
downloadlua-language-server-c9b94234048a9608a732e85251757d02fcf19c8a.zip
cleanup
Diffstat (limited to 'test/full/self.lua')
-rw-r--r--test/full/self.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/self.lua b/test/full/self.lua
index d0e74a80..5fb1fc7a 100644
--- a/test/full/self.lua
+++ b/test/full/self.lua
@@ -36,7 +36,7 @@ local clock = os.clock()
---@diagnostic disable: await-in-sync
for uri in files.eachFile() do
local fileClock = os.clock()
- diag.doDiagnostic(uri)
+ diag.doDiagnostic(uri, true)
print('诊断文件耗时:', os.clock() - fileClock, uri)
end