module Jekyll::Algolia::Shrinker

def self.stop_process

Public: Stop the current process
def self.stop_process
  exit 1
end