Skip to content

Commit 1071d93

Browse files
committed
fixup: todo broken pipe
1 parent 1ef79d9 commit 1071d93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ion-java-cli/src/main/java/com/amazon/tools/cli/SimpleIonCli.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ int cat( @Parameters(paramLabel = "FILE") File... files) {
6262
return CommandLine.ExitCode.USAGE;
6363
}
6464

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

0 commit comments

Comments
 (0)