@tscircuit/core 0.0.219 → 0.0.220
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2939,7 +2939,7 @@ var NormalComponent = class extends PrimitiveComponent {
|
|
|
2939
2939
|
});
|
|
2940
2940
|
if (!props.footprint && !this.isGroup) {
|
|
2941
2941
|
const footprint_error = db.pcb_missing_footprint_error.insert({
|
|
2942
|
-
message: `No footprint found for component: ${this.
|
|
2942
|
+
message: `No footprint found for component: ${this.getString()}`,
|
|
2943
2943
|
source_component_id: `${this.source_component_id}`,
|
|
2944
2944
|
error_type: "pcb_missing_footprint_error"
|
|
2945
2945
|
});
|