================
@@ -117,6 +117,10 @@ json::Value ProgressEvent::ToJSON() const {
body.try_emplace("cancellable", false);
}
+ if (m_event_type == progressUpdate) {
+ EmplaceSafeString(body, "message", m_message);
+ }
----------------
JDevlieghere wrote:Nit: no braces around single-line if. https://github.com/llvm/llvm-project/pull/123837 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
