codex-team / codex-team/hawk.workers
Improve Node.js stack parser
Open
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 1
- Avg merge
- 12h 22m
- Merged PRs (30d)
- 2
Description
Current parser doesn't handle stacks like this:
```
SyntaxError: Unexpected token g in JSON at position 0
at JSON.parse ()
at Timeout.namedFunc [as _onTimeout] (/home/nick/stuff/hawk.workers/tools/nodejs/bomber.js:71:16)
at listOnTimeout (internal/timers.js:535:17)
at processTimers (internal/timers.js:479:7)
```
- [ ] parse ``
- [ ] parse `[as _onTimeout]`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.