Skip to content

Commit

Permalink
Renamed global Lua script function from '__global' to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
WheretIB committed May 23, 2020
1 parent 251dfdc commit a6340a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaDkmDebuggerComponent/LocalComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ DkmStackWalkFrame GetLuaFunctionStackWalkFrame(ulong callInfoAddress, LuaFunctio
if (sourceName != null)
{
if (currFunctionData.definitionStartLine == 0)
functionName = "__global";
functionName = "main";

LuaFunctionData functionData = currFunctionData;

Expand Down

0 comments on commit a6340a6

Please sign in to comment.