from retail
This commit is contained in:
@@ -65,7 +65,7 @@ local function ConstructDebugLog(frame)
|
||||
return group
|
||||
end
|
||||
|
||||
function OptionsPrivate.DebugLog(frame)
|
||||
debugLog = debugLog or ConstructDebugLog(frame)
|
||||
function OptionsPrivate.DebugLog(frame, noConstruct)
|
||||
debugLog = debugLog or (not noConstruct and ConstructDebugLog(frame))
|
||||
return debugLog
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user