Commit 62c3719
committed
fix: prevent crash when importing in cloudflare workers
Looks like an export was missed in #290 for the workerd shim, this prevents the crash when importing there. Loing term we should just add an implementation for cloudflare workers (and I suspect the node implementation might just work)1 parent d639151 commit 62c3719
File tree
2 files changed
+12
-1
lines changed- .changeset
- packages/agents-core/src/shims
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
0 commit comments