Skip to content

Commit

Permalink
Debug shows path to diff image
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartikeya99 committed Jul 18, 2019
1 parent a9a36c6 commit 06233f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -48,6 +48,9 @@ class ResembleHelper extends Helper {
if (err) {
throw new Error(this.err);
}
else {
this.debug(this.config.diffFolder + diffImage + '.png');
}
});
}
}
Expand Down

0 comments on commit 06233f7

Please sign in to comment.