Skip to content

Commit dd52e3d

Browse files
oontvoobulbazord
andauthored
Update lldb/source/Core/Telemetry.cpp
Co-authored-by: Alex Langford <[email protected]>
1 parent 0365e81 commit dd52e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/Telemetry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void TelemetryManager::DispatchClientTelemetry(
166166

167167
if (auto maybe_end_time = GetAsNanosec(dict, "end_time")) {
168168
SteadyTimePoint epoch;
169-
client_info.end_time = epoch + maybe_end_time.value();
169+
client_info.end_time = epoch + *maybe_end_time;
170170
}
171171

172172
llvm::StringRef error_msg;

0 commit comments

Comments
 (0)