diff --git a/lib/compass/commands/watch_project.rb b/lib/compass/commands/watch_project.rb index 0e5e90cd..96b291bb 100644 --- a/lib/compass/commands/watch_project.rb +++ b/lib/compass/commands/watch_project.rb @@ -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