1
0

Fixed handling Lua errors in nested callbacks (#3755)

This commit is contained in:
Mattes D
2017-06-09 12:16:31 +02:00
committed by Lukas Pioch
parent 7922e6addb
commit 3c4e443ddc
4 changed files with 60 additions and 3 deletions

View File

@@ -350,6 +350,12 @@ g_PluginInfo =
HelpString = "Tests inter-plugin calls with various values"
},
["testerr"] =
{
Handler = HandleConsoleTestErr,
HelpString = "Tests the server's ability to recover from errors in callbacks (GH #3733)",
},
["testjson"] =
{
Handler = HandleConsoleTestJson,