We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5626fb7 commit 8c6165dCopy full SHA for 8c6165d
src/util/ui_message.h
@@ -52,6 +52,7 @@ class ui_message_handlert : public message_handlert
52
53
json_stream_arrayt &get_json_stream() override
54
{
55
+ PRECONDITION(json_stream!=nullptr);
56
return *json_stream;
57
}
58
0 commit comments