Missing quote.

This commit is contained in:
Chris Eppstein 2012-03-03 09:36:05 -08:00
parent 63250a9075
commit fe1c465482

View File

@ -138,7 +138,7 @@ 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)}"
compiler.run compiler.run
GC.start GC.start
rescue StandardError => e rescue StandardError => e