Commit 4deee7c
authored
fix: restore missing sleep(ms) method signature
The showConfirm() insertion accidentally consumed the `sleep(ms) {`
method header, leaving its body as a dangling statement (SyntaxError).
This caused the entire RaffleApp class to fail to parse and the app
to be non-functional.1 parent 514cf3f commit 4deee7c
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1111 | 1111 | | |
1112 | 1112 | | |
1113 | 1113 | | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
1114 | 1117 | | |
1115 | 1118 | | |
1116 | 1119 | | |
| |||
0 commit comments