We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
while
1 parent b9faa87 commit a4a7369Copy full SHA for a4a7369
script/parser/compile.lua
@@ -3743,7 +3743,7 @@ local function parseWhile()
3743
local left = getPosition(Tokens[Index], 'left')
3744
local right = getPosition(Tokens[Index] + #doToken - 1, 'right')
3745
action.finish = left
3746
- action.bstart = action.finish
+ action.bstart = right
3747
action.keyword[#action.keyword+1] = left
3748
action.keyword[#action.keyword+1] = right
3749
if doToken == 'then' then
0 commit comments