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 37f5352 commit b77dcf2Copy full SHA for b77dcf2
lib/images-info-saver.ts
@@ -196,7 +196,7 @@ export class ImagesInfoSaver extends EventEmitter2 {
196
util.format('Test result: %o\n', testResult) +
197
`Please report this error to html-reporter team: ${NEW_ISSUE_LINK}.`);
198
}
199
- diffImg = await this._createDiffInFile(imagesInfo, reportDiffPath, workers);
+ diffImg = await this._createDiffInFile(imagesInfo, getTempPath(reportDiffPath), workers);
200
logger(`Created new diff in file ${reportDiffPath}`);
201
202
0 commit comments