Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Sep 13, 2024
1 parent 5aeb9dc commit a9d9685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/MarkdownGlobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void unregisterMarkdownWorklet(const int parserId) {

std::shared_ptr<ShareableWorklet> getMarkdownWorklet(const int parserId) {
const auto &worklet = globalMarkdownShareableWorklets[parserId];
assert(worklet != nullptr);
assert(worklet != nullptr); // TODO: fix crash on worklet hot reload
return worklet;
}

Expand Down

0 comments on commit a9d9685

Please sign in to comment.