Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasSarkiz committed Nov 27, 2024
1 parent 8d8a5e9 commit 9e27964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/base-components/Renderable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export abstract class Renderable implements IRenderable {
| Omit<PcbPlacementError, "pcb_error_id">,
) {
// TODO add to render phase error list and try to add position or
// relationships etc.
// relationships etc
if (typeof message === "string") {
throw new Error(message)
}
Expand Down

0 comments on commit 9e27964

Please sign in to comment.