| author | |
| committer | |
| log | e55244c4c64830d2830dea81ab6011b61c188d25 |
| tree | 32c4907becc4880b5072eb13be06df235780ec4a |
| parent | b014bc77c8c5b89a8c0b5d4a995726ec6b350939 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os.zig+1-1| ... | @@ -2588,7 +2588,7 @@ pub fn isatty(handle: fd_t) bool { | ... | @@ -2588,7 +2588,7 @@ pub fn isatty(handle: fd_t) bool { |
| 2588 | } | 2588 | } |
| 2589 | } | 2589 | } |
| 2590 | } | 2590 | } |
| 2591 | unreachable; | 2591 | return system.isatty(handle) != 0; |
| 2592 | } | 2592 | } |
| 2593 | 2593 | ||
| 2594 | pub fn isCygwinPty(handle: fd_t) bool { | 2594 | pub fn isCygwinPty(handle: fd_t) bool { |