Fix a bug in the error handler while watching a project.
This commit is contained in:
parent
115d3164f5
commit
71058e3d9c
@ -61,7 +61,7 @@ module Compass
|
|||||||
puts ">>> Change detected to: #{file}"
|
puts ">>> Change detected to: #{file}"
|
||||||
compiler.run
|
compiler.run
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
::Compass::Exec.report_error(e, options)
|
::Compass::Exec::Helpers.report_error(e, options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user