Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -275,6 +275,7 @@
|
|
| 275 |
let heyBuddy;
|
| 276 |
try {
|
| 277 |
heyBuddy = new HeyBuddy(options);
|
|
|
|
| 278 |
} catch(e) {
|
| 279 |
console.error("Couldn't make heybuddy", e);
|
| 280 |
heyBuddy = new HeyBuddy(options);
|
|
|
|
| 275 |
let heyBuddy;
|
| 276 |
try {
|
| 277 |
heyBuddy = new HeyBuddy(options);
|
| 278 |
+
console.log("Made!", heyBuddy);
|
| 279 |
} catch(e) {
|
| 280 |
console.error("Couldn't make heybuddy", e);
|
| 281 |
heyBuddy = new HeyBuddy(options);
|