Skip to content

Commit 72192f3

Browse files
manucabronzdoc
authored andcommitted
remove fsync
1 parent e910d52 commit 72192f3

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
@@ -25,7 +25,6 @@ def execute
2525
reporter = Skunk::Cli::CommandFactory.create(parsed_options).execute
2626
print(reporter.status_message)
2727
@options.output_stream.flush
28-
@options.output_stream.fsync
2928
reporter.status
3029
rescue OptionParser::InvalidOption => error
3130
warn "Error: #{error}"

0 commit comments

Comments
 (0)