lib/bauxite/loggers/echo.rb in bauxite-0.3.1 vs lib/bauxite/loggers/echo.rb in bauxite-0.4.0
- old
+ new
@@ -29,8 +29,9 @@
#
class Bauxite::Loggers::EchoLogger < Bauxite::Loggers::NullLogger
# Echoes the raw action text.
def log_cmd(action)
puts action.text
+ $stdout.flush
yield
end
end
\ No newline at end of file