mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 22:32:06 +00:00
1. Fix blank line handling in readLineSimple - blank lines in piped input are now treated as valid input instead of EOF. Only return null when a true EOF is encountered with no pending data. 2. Replace std.fs.path.join with bun.path.join in saveHistory for cross-platform path construction. 3. Fix enterEditorMode to use cross-platform APIs - replace std.posix.STDIN_FILENO and std.posix.read with bun.FileDescriptor.stdin() and bun.sys.read() for Windows compatibility. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
62 KiB
62 KiB