mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
Tests verify that error source lines use different separators based on CLAUDECODE environment variable: - Normal mode (CLAUDECODE=0): "479 | return 42;" - AI agent mode (CLAUDECODE=1): "479- return 42;" Added tests for: - Error formatting in test failures - Bun.inspect() error output 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>