Fixed handling of nested lambda expressions in sequence diagrams
This commit is contained in:
@@ -400,7 +400,7 @@ struct AliasMatcher {
|
||||
}
|
||||
}
|
||||
|
||||
return "__INVALID__ALIAS__";
|
||||
return fmt::format("__INVALID__ALIAS__({})", name);
|
||||
}
|
||||
|
||||
const std::vector<std::string> puml;
|
||||
|
||||
Reference in New Issue
Block a user