Skip to content

Commit c23ddef

Browse files
committed
improve log message
1 parent 9c74830 commit c23ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ exports.invalidCollectionItem = function invalidCollectionItem(
12271227
}
12281228

12291229
getLogger().warn(
1230-
"invalid property '" + propertyName + "' on component '" +
1230+
"invalid value for property '" + propertyName + "' on component '" +
12311231
id +
12321232
"'" +
12331233
classInfo +

0 commit comments

Comments
 (0)