Skip to content

Instantly share code, notes, and snippets.

@clovisdasilvaneto
Created December 22, 2016 20:32
Show Gist options
  • Save clovisdasilvaneto/6a6f8f5e94df452bd3598495bbf2bc48 to your computer and use it in GitHub Desktop.
Save clovisdasilvaneto/6a6f8f5e94df452bd3598495bbf2bc48 to your computer and use it in GitHub Desktop.
process.on("uncaughtException", function(err) {
console.log(err)
console.log('#################### DEU ERRO !! ############################');
console.log('#################### REINICIANDO O CRAWLER...');
pagesToExport.selenium.driver.quit();
initCrawler();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment