Skip to content

Commit bb67dab

Browse files
committed
(REMOVE BEFORE MERGE) add change to test if gh action fails
1 parent eaca529 commit bb67dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/assets/src/live_controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default class extends Controller {
7373

7474
// helps typescript be sure this is an HTMLElement, not just Element
7575
if (!(this.element instanceof HTMLElement)) {
76-
throw new Error('Invalid Element Type');
76+
throw new Error('Invalid Element Type, foo');
7777
}
7878

7979
if (this.element.dataset.poll !== undefined) {

0 commit comments

Comments
 (0)