Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 07cabed

Browse files
Fix orStdIn
1 parent ca0e4c4 commit 07cabed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fargo/Fargo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ module Pipe =
866866
fun pos tokens ->
867867
match pos with
868868
| ValueNone ->
869-
if Console.IsErrorRedirected then
869+
if Console.IsInputRedirected then
870870
let mutable values = ListCollector()
871871
let mutable line = Console.In.ReadLine()
872872
while line <> null do

0 commit comments

Comments
 (0)