Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed May 27, 2024
1 parent 2e417f3 commit 4c05167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/parser/compile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ local function parseNumber2(start)
finish = getPosition(offset - 1, 'right'),
version = 'LuaJIT',
info = {
version = 'Lua 5.4',
version = State.version,
}
}
end
Expand Down

0 comments on commit 4c05167

Please sign in to comment.