Skip to content

Commit

Permalink
fix: Fixed log level for 'Using browser folder'
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jun 8, 2022
1 parent 52b1ced commit 10c42f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/initializer.ts
Expand Up @@ -145,7 +145,7 @@ export async function create(
}

if (!mergedOptions.browserWS) {
logger.error(
logger.info(
`Using browser folder '${mergedOptions.puppeteerOptions.userDataDir}'`,
{
session,
Expand Down

0 comments on commit 10c42f3

Please sign in to comment.