diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 16:46:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 16:46:08 +0800 |
commit | c9b94234048a9608a732e85251757d02fcf19c8a (patch) | |
tree | dc95e70c233ab72e46e8bcb1fe7b9d8f6731886e /test/full/self.lua | |
parent | 2877f084943ba30a9970cbe9a5cb0be844a2ec64 (diff) | |
download | lua-language-server-c9b94234048a9608a732e85251757d02fcf19c8a.zip |
cleanup
Diffstat (limited to 'test/full/self.lua')
-rw-r--r-- | test/full/self.lua | 2 |
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 |