rogue quote

This commit is contained in:
Scott Davis 2012-01-31 12:05:52 -05:00
parent 05364e0a36
commit ea677274a4

View File

@ -142,7 +142,8 @@ module Compass
compiler = new_compiler_instance(:quiet => true, :loud => [:identical, :overwrite, :create]) compiler = new_compiler_instance(:quiet => true, :loud => [:identical, :overwrite, :create])
if file = compiler.out_of_date? if file = compiler.out_of_date?
begin 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 compiler.run
GC.start GC.start
rescue StandardError => e rescue StandardError => e