Skip to content
Extraits de code Groupes Projets
Valider cdc8dbf6 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix handling for automation debug formatting errors

One spot was missed when converting stuff over to using error_Tag rather
than lua_error for stack unwinding on errors.
parent 9310350c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -175,7 +175,7 @@ namespace Automation4 { ...@@ -175,7 +175,7 @@ namespace Automation4 {
luaL_where(L, 1); luaL_where(L, 1);
lua_insert(L, 1); lua_insert(L, 1);
lua_concat(L, 2); lua_concat(L, 2);
lua_error(L); throw error_tag{};
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter