Fix some tests and add some logs

This commit is contained in:
2025-03-28 23:22:49 +01:00
parent 955afc4295
commit 2e3e958e15
4 changed files with 18 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ func ApiAdaptor(content string, regex string, lua string) (string, int, int, err
LogLevel: "TRACE",
}
commands, err := processor.ProcessRegex(content, command)
commands, err := processor.ProcessRegex(content, command, "test")
if err != nil {
return "", 0, 0, err
}