From ea677274a482febb0f41fdc18555bbfe4588e797 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Tue, 31 Jan 2012 12:05:52 -0500 Subject: [PATCH] rogue quote --- lib/compass/commands/watch_project.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/compass/commands/watch_project.rb b/lib/compass/commands/watch_project.rb index 1ea458ff..554ffd27 100644 --- a/lib/compass/commands/watch_project.rb +++ b/lib/compass/commands/watch_project.rb @@ -142,7 +142,8 @@ module Compass compiler = new_compiler_instance(:quiet => true, :loud => [:identical, :overwrite, :create]) if file = compiler.out_of_date? begin - puts ">>> Change detected at "+Time.now.strftime("%T")+" to: #{relative || compiler.relative_stylesheet_name(file)} + puts ">>> Change detected at "+Time.now.strftime("%T")+" to: #{relative || compiler.relative_stylesheet_name(file)}" + $stdout.flush compiler.run GC.start rescue StandardError => e