Minor improvements in debug traces

This commit is contained in:
ngosang
2021-04-04 18:42:04 +02:00
parent 8aa7723f45
commit b4c99d8426
5 changed files with 13 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ export default {
puppeteerOptions.executablePath = path.join(path.dirname(process.execPath), 'chrome', exe)
}
log.debug('Launching headless browser...')
log.debug('Launching browser...')
// TODO: maybe access env variable?
// TODO: sometimes browser instances are created and not connected to correctly.