Skip to content

Commit 259d21f

Browse files
committed
compileLocal add async
1 parent 10275c3 commit 259d21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/vm/compiler.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,7 @@ local function compileForVars(source, target)
10301030
return false
10311031
end
10321032

1033+
---@async
10331034
---@param source parser.object
10341035
local function compileLocal(source)
10351036
local myNode = vm.setNode(source, source)

0 commit comments

Comments
 (0)