Skip to content

Commit

Permalink
Pop?
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Nov 26, 2023
1 parent 623dc62 commit 694d3b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/lua_ILuaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ void RunString(ILuaThread* thread, const char* str)
else
{
//HandleError(LUA, -1); // Could crash if the Lua Panic wan't created by pcall or loadstring.
LUA->Pop();

Msg("Error Happend.\n");
}
}

Expand Down

0 comments on commit 694d3b0

Please sign in to comment.