You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes issue #194 by checking the IOContext's :color property before using printstyled with colors. When Julia is run with --color=no, error messages will now display without ANSI color codes.
Changes:
- Check `get(io, :color, false)` before using printstyled with colors
- Fall back to plain print() when colors are disabled
- Applied to both CommonKwargError and checkkwargs warning messages
Fixes#194
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments