Fix some bullshit (the re)
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -98,6 +98,19 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"cook_tacz.yml",
|
"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",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -515,7 +515,7 @@ func EvalRegex(L *lua.LState) int {
|
|||||||
L.Push(matchesTable)
|
L.Push(matchesTable)
|
||||||
evalRegexLogger.Debug("Pushed matches table to Lua stack")
|
evalRegexLogger.Debug("Pushed matches table to Lua stack")
|
||||||
|
|
||||||
return 0
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetLuaFunctionsHelp returns a comprehensive help string for all available Lua functions
|
// GetLuaFunctionsHelp returns a comprehensive help string for all available Lua functions
|
||||||
|
@@ -159,4 +159,4 @@ func TestEvalComplexRegex(t *testing.T) {
|
|||||||
count++
|
count++
|
||||||
})
|
})
|
||||||
assert.Equal(t, 1, count)
|
assert.Equal(t, 1, count)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user