diff options
Diffstat (limited to 'script/core/completion')
-rw-r--r-- | script/core/completion/completion.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/core/completion/completion.lua b/script/core/completion/completion.lua index 4178293b..15bc0fcb 100644 --- a/script/core/completion/completion.lua +++ b/script/core/completion/completion.lua @@ -1614,6 +1614,7 @@ local function tryCallArg(state, position, results) if arg and arg.type == 'function' then return end + ---@diagnostic disable-next-line: missing-fields local node = vm.compileCallArg({ type = 'dummyarg' }, call, argIndex) if not node then return |