We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f2a04 commit 4abf860Copy full SHA for 4abf860
Sources/DiffableTextStylesXPattern/Style.swift
@@ -158,7 +158,7 @@ extension PatternTextStyle {
158
// MARK: Capacity
159
//=--------------------------------------=
160
guard contents.next() == nil else {
161
- throw Info([.mark(proposal.characters), "exceeded pattern capacity."])
+ throw Info([.mark(proposal.characters), "exceeded pattern capacity", .mark(value.count)])
162
}
163
164
// MARK: Value -> Commit
0 commit comments