ChrisPritchard / FSH

F# Shell with integrated F# scripting. Like Bash or Powershell, but better 'cause F#.
MIT License
258 stars 12 forks source link

Piped errors are not printed #4

Closed ChrisPritchard closed 5 years ago

ChrisPritchard commented 5 years ago

(test) |> test should throw numerous errors. (test) alone does, but the piping swallows the error.

ChrisPritchard commented 5 years ago

Resolved in commit 9359f7eddaca6fbdab26655e7d17977e49f01f30.