summaryrefslogtreecommitdiff
path: root/test/full/example.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/full/example.lua')
-rw-r--r--test/full/example.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/full/example.lua b/test/full/example.lua
index 20de5528..0505f1a5 100644
--- a/test/full/example.lua
+++ b/test/full/example.lua
@@ -8,6 +8,7 @@ local luadoc = require "parser.luadoc"
local noder = require 'core.noder'
-- 临时
+---@diagnostic disable: await-in-sync
local function testIfExit(path)
config.set('Lua.workspace.preloadFileSize', 1000000000)
local buf = util.loadFile(path:string())