Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Nov 26, 2024
1 parent c8fa600 commit 2e6fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export async function* withPage(percy, url, callback, retry, args) {
while (attempt < retries) {
try {
if (attempt > 0) {
log.warn(`Retrying Story: ${args?.snapshotName}`);
log.warn(`Retrying Story: ${args?.snapshotName}, attempt: ${attempt}`);
}
// provide discovery options that may impact how the page loads
let page = yield percy.browser.page({
Expand Down

0 comments on commit 2e6fa2a

Please sign in to comment.