v4.3.0
- allow to log SC stdout c581b5e
Example:
const sc = await myAccount.startSauceConnect({
/**
* you can pass in a `logger` method to print Sauce Connect log messages
*/
logger: (stdout) => console.log(stdout)
})