Back to manual debugging it is

This commit is contained in:
Winston Liu 2019-06-02 22:00:06 -04:00
parent 5f0aad2ec7
commit 6e90fbe064
No known key found for this signature in database
GPG Key ID: 76A2C5B5B8910B77

View File

@ -119,6 +119,8 @@ module.exports = function(args, env, fn) {
errorCode = code;
}
});
chromedriver.stdout.on('data', log => console.log(log.toString()));
chromedriver.stderr.on('data', log => console.log(log.toString()));
chromedriver.stderr.on('data', log =>
chromedriverLogs.push(log.toString())
);