Kick off a GC at the end of a watcher run.
This commit is contained in:
parent
30e01c7cbd
commit
4127ea7c9e
@ -140,7 +140,7 @@ module Compass
|
|||||||
begin
|
begin
|
||||||
puts ">>> Change detected to: #{relative}"
|
puts ">>> Change detected to: #{relative}"
|
||||||
compiler.run
|
compiler.run
|
||||||
report_on_instances(Sass::Importers::Base, :verbose => false)
|
GC.start
|
||||||
rescue StandardError => e
|
rescue StandardError => e
|
||||||
::Compass::Exec::Helpers.report_error(e, options)
|
::Compass::Exec::Helpers.report_error(e, options)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user