Skip to content

Commit c7b3257

Browse files
manucabronzdoc
authored andcommitted
remove flush
1 parent 72192f3 commit c7b3257

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/skunk/cli/application.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def execute
2424
parsed_options = @options.parse.to_h
2525
reporter = Skunk::Cli::CommandFactory.create(parsed_options).execute
2626
print(reporter.status_message)
27-
@options.output_stream.flush
2827
reporter.status
2928
rescue OptionParser::InvalidOption => error
3029
warn "Error: #{error}"

0 commit comments

Comments
 (0)