Skip to content

Commit

Permalink
Removed TODO entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Dec 24, 2024
1 parent 1923cde commit 3bfdafb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/ecp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ function enableECP() {
.then(() => {
subscribeControl("ecp", (event: string) => {
if (event === "home" || event === "poweroff") {
// TODO: exiting with error `Dot` operator attempted with a non-object value
Atomics.store(sharedArray, DataType.DBG, DebugCommand.EXIT);
}
});
Expand Down

0 comments on commit 3bfdafb

Please sign in to comment.