Skip to content

Commit

Permalink
Merge pull request #116 from davemevans/DuplicateHas
Browse files Browse the repository at this point in the history
Remove duplicate 'has' from blocking log message
  • Loading branch information
ruimarinho authored Jul 18, 2024
2 parents e3a9265 + 5cdc1d8 commit da35be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const credentialsManager = new CredentialsManager(logger, argv.awsRegion, argv['
// Requests tagged with this specific error were made by gsts and should result
// in a program termination.
if (request.failure().errorText === 'net::ERR_BLOCKED_BY_CLIENT') {
logger.debug(`Request to "${request.url()}" has has been successfully blocked`);
logger.debug(`Request to "${request.url()}" has been successfully blocked`);
await context.close();
logger.debug(`Closed context of "${request.url()}"`);
return;
Expand Down

0 comments on commit da35be2

Please sign in to comment.