We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7466f6e commit 58b16c8Copy full SHA for 58b16c8
src/index.ts
@@ -442,7 +442,7 @@ class ResembleHelper extends Helper {
442
await this._addMochaContext(baseImage, misMatch, options);
443
if (awsC !== undefined) {
444
if (awsC.skipS3Upload) {
445
- this.debug(`Uploading to S3 is skipped due to skipS3Upload is set`);
+ this.debug("Uploading to S3 is skipped due to skipS3Upload is set");
446
} else {
447
await this._upload(
448
awsC.accessKeyId,
0 commit comments