diff --git a/platform/containment/bundle.json b/platform/containment/bundle.json index 483ecb0677..43823ea351 100644 --- a/platform/containment/bundle.json +++ b/platform/containment/bundle.json @@ -4,7 +4,8 @@ { "category": "composition", "implementation": "CompositionPolicy.js", - "depends": [ "typeService", "capabilityService" ] + "depends": [ "typeService", "capabilityService" ], + "message": "Objects of this type cannot contain objects of that type." } ] }