Commit 17f9493
committed
fix(demo): add missing init() call before creating Terminal
The module-level init() was added in PR #60 but demo/bin/demo.js
was not updated to call it, causing:
'ghostty-web not initialized. Call init() before creating Terminal instances.'1 parent f9fd565 commit 17f9493
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments