@woosh/meep-engine 2.93.2 → 2.93.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/meep.cjs CHANGED
@@ -72628,7 +72628,7 @@ class Entity {
72628
72628
  const component = this.getComponent(klass);
72629
72629
 
72630
72630
  if (component === null) {
72631
- throw new Error(`Component of given class not found`);
72631
+ throw new Error(`Component of given class '${computeComponentClassName(klass)}' not found`);
72632
72632
  }
72633
72633
 
72634
72634
  return component;