diff options
Diffstat (limited to 'script/vm/compiler.lua')
-rw-r--r-- | script/vm/compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/compiler.lua b/script/vm/compiler.lua index ff1d9259..ad3295f7 100644 --- a/script/vm/compiler.lua +++ b/script/vm/compiler.lua @@ -1398,7 +1398,7 @@ local compilerSwitch = util.switch() if guide.isGet(source) and bindAs(source) then return end - ---@type string|vm.node + ---@type (string|vm.node)? local key = guide.getKeyName(source) if key == nil and source.index then key = vm.compileNode(source.index) |