module Sass::ForkTracker::CoreExt

def _fork

def _fork
  pid = super
  ForkTracker.each(&:close) if pid.zero?
  pid
end