We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e910d52 commit 72192f3Copy full SHA for 72192f3
lib/skunk/cli/application.rb
@@ -25,7 +25,6 @@ def execute
25
reporter = Skunk::Cli::CommandFactory.create(parsed_options).execute
26
print(reporter.status_message)
27
@options.output_stream.flush
28
- @options.output_stream.fsync
29
reporter.status
30
rescue OptionParser::InvalidOption => error
31
warn "Error: #{error}"
0 commit comments