Skip to content

Commit

Permalink
Don't handle anything here. It crashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Nov 26, 2023
1 parent f71c0ea commit 623dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lua_ILuaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void RunString(ILuaThread* thread, const char* str)
}
else
{
HandleError(LUA, -1); // Could crash if the Lua Panic wan't created by pcall or loadstring.
//HandleError(LUA, -1); // Could crash if the Lua Panic wan't created by pcall or loadstring.
}
}

Expand Down

0 comments on commit 623dc62

Please sign in to comment.