diff options
Diffstat (limited to 'test/full/projects.lua')
-rw-r--r-- | test/full/projects.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/full/projects.lua b/test/full/projects.lua index b5523fed..a095f316 100644 --- a/test/full/projects.lua +++ b/test/full/projects.lua @@ -12,6 +12,7 @@ config.set('Lua.diagnostics.neededFileStatus', { ['not-yieldable'] = 'Any', }) +---@diagnostic disable: await-in-sync local function doProjects(pathname) files.removeAll() |