Commit 5201713
Fix Deno timeout type compatibility
- Change timeoutId type from NodeJS.Timeout to number | NodeJS.Timeout
- This allows compatibility with both Deno (returns number) and Node.js (returns NodeJS.Timeout)
- Fixes Deno compilation error in release workflow
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 256dc03 commit 5201713
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments