Skip to content

Commit

Permalink
fix: only return from mount() if there was an error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmengelt committed Apr 24, 2023
1 parent 7a1eb7b commit b730f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/button-manager.ts
Expand Up @@ -85,8 +85,8 @@ export class ButtonManager {
} else {
console.error(err);
}
return;
}
return;
}

this.element = element;
Expand Down

0 comments on commit b730f33

Please sign in to comment.