Skip to content

Commit

Permalink
temp to debug whats going on
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Sep 24, 2019
1 parent 220ee81 commit a73ea2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harness/harness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ namespace Harness {
else {
IO.writeFile(actualFileName, encodedActual);
}
throw new Error(`The baseline file ${relativeFileName} has changed.`);
throw new Error(`The baseline file ${relativeFileName} has changed.\n Actual::${actual}\nExpected:: ${expected}`);
}
}

Expand Down

0 comments on commit a73ea2c

Please sign in to comment.