Fix some bullshit (the re)

This commit is contained in:
2025-08-22 00:05:15 +02:00
parent 670f6ed7a0
commit 13b48229ac
3 changed files with 15 additions and 2 deletions

13
.vscode/launch.json vendored
View File

@@ -98,6 +98,19 @@
"args": [
"cook_tacz.yml",
]
},
{
"name": "Launch Package (ICARUS)",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "C:/Users/Administrator/Seafile/Games-ICARUS/Icarus/Saved/IME3/Mods",
"args": [
"-loglevel",
"trace",
"cook_processorrecipes.yml",
]
}
]
}

View File

@@ -515,7 +515,7 @@ func EvalRegex(L *lua.LState) int {
L.Push(matchesTable)
evalRegexLogger.Debug("Pushed matches table to Lua stack")
return 0
return 1
}
// GetLuaFunctionsHelp returns a comprehensive help string for all available Lua functions