Flush output after every command.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / ui / stdin / FailedDownloadsCommand.java
index 34e0716..7a4869b 100644 (file)
@@ -59,7 +59,6 @@ public class FailedDownloadsCommand implements Command {
                        downloadIndex++;
                }
                outputWriter.write("End of failed downloads.\n");
-               outputWriter.flush();
                return state.setLastFailedDownloads(new ArrayList<>(failedDownloads));
        }