Skip to content

Commit

Permalink
fixup: todo broken pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
jobarr-amzn committed Dec 12, 2024
1 parent 1ef79d9 commit 1071d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ int cat( @Parameters(paramLabel = "FILE") File... files) {
return CommandLine.ExitCode.USAGE;
}

//TODO: Handle stream cutoff- java.io.IOException: Broken pipe
//TODO: This is not resilient to problems with a single file. Should it be?
try (InputStream in = getInputStream(files);
IonReader reader = IonReaderBuilder.standard().build(in);
Expand Down

0 comments on commit 1071d93

Please sign in to comment.