Created
December 22, 2016 20:32
-
-
Save clovisdasilvaneto/6a6f8f5e94df452bd3598495bbf2bc48 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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