Skip to content

Commit 9979eee

Browse files
committed
Fixed missing assignment after a change in 747a5b2
1 parent c7b328f commit 9979eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LuaDkmDebuggerComponent/LocalComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ void IDkmModuleInstanceLoadNotification.OnModuleInstanceLoad(DkmModuleInstance m
22972297
try
22982298
{
22992299
// Only available from VS 2019
2300-
GetLuaLocations(process, nativeModuleInstance);
2300+
luaLocations = GetLuaLocations(process, nativeModuleInstance);
23012301

23022302
UpdateEvaluationHelperWorkerConnection(process);
23032303
}

0 commit comments

Comments
 (0)