Fix a bug in the error handler while watching a project.

This commit is contained in:
Chris Eppstein 2009-11-29 18:39:58 -08:00
parent 115d3164f5
commit 71058e3d9c

View File

@ -61,7 +61,7 @@ module Compass
puts ">>> Change detected to: #{file}"
compiler.run
rescue StandardError => e
::Compass::Exec.report_error(e, options)
::Compass::Exec::Helpers.report_error(e, options)
end
end
end