Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 6, 2024
1 parent 02f4d93 commit 68f1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/HedronEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class HedronEngine {
const result = await importSketchModule(this.sketchesUrl, moduleId)

if (!result.success) {
// TODO: check for errors and show UI error
// TODO: Show UI error here (engine needs to have some "error" state slice)
return result
}

Expand Down

0 comments on commit 68f1e76

Please sign in to comment.