Commit cf57a11
Fix bug with stack overflow on console calls
Fixed a bug with the multiple tool call within a single window.
It was overwriting console with its own methods, so that `console.log` was causing a stack overflow due to calling itself.1 parent 7a0eef8 commit cf57a11
1 file changed
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
363 | 358 | | |
364 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
365 | 367 | | |
366 | 368 | | |
367 | 369 | | |
| |||
0 commit comments