Skip to content

Commit

Permalink
Merge pull request #55 from luttje/bugfix/goto-labels
Browse files Browse the repository at this point in the history
Fix goto labels (fixes #54)
  • Loading branch information
luttje authored Aug 1, 2024
2 parents 7025dfa + 8cb4033 commit 79de9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli-library-publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async function main() {
libraryWordMatchers,
libraryFileMatchers,
{
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.version": "LuaJIT",
"Lua.runtime.special": {
"include": "dofile",
"IncludeCS": "dofile",
Expand Down

0 comments on commit 79de9db

Please sign in to comment.