Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 07cabed

Browse filesBrowse files
Fix orStdIn
1 parent ca0e4c4 commit 07cabed
Copy full SHA for 07cabed

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Fargo/Fargo.fs

Copy file name to clipboardExpand all lines: src/Fargo/Fargo.fs
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.