Skip to content

Commit 2618206

Browse files
handled exception logging-2
1 parent 4890314 commit 2618206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/snapshotQueue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export default class Queue {
271271

272272
if (!this.ctx.config.delayedUpload && snapshot && snapshot.name && this.snapshotNames.includes(snapshot.name)) {
273273
drop = true;
274-
this.ctx.log.info(`Skipping duplicate smartUI snapshot ${snapshot.name}, please try with delayedUploads config true to capture duplicate screenshots.`);
274+
this.ctx.log.info(`Skipping duplicate SmartUI snapshot '${snapshot.name}'. To capture duplicate screenshots, please set the 'delayedUploads' configuration as true in your config file.`);
275275
}
276276

277277
if (this.ctx.config.delayedUpload && snapshot && snapshot.name && this.snapshotNames.includes(snapshot.name)) {

0 commit comments

Comments
 (0)