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 2b3942f commit 6867ed2Copy full SHA for 6867ed2
lib/core_dom/element_binder_builder.dart
@@ -93,7 +93,8 @@ class ElementBinderBuilder {
93
if (annotation.map != null) {
94
annotation.map.forEach((attrName, mapping) {
95
if (mapping == null) {
96
- throw "Null mapping value for '${attrName}' on annotation with selector '${annotation.selector}'.";
+ throw "Null mapping value for '${attrName}' on annotation with "
97
+ "selector '${annotation.selector}' with map '${annotation.map}'.";
98
}
99
Match match = _MAPPING.firstMatch(mapping);
100
if (match == null) {
0 commit comments