Skip to content

Commit 0f6aa00

Browse files
committed
temp debug
1 parent 220ee81 commit 0f6aa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/harness.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ namespace Harness {
17191719
else {
17201720
IO.writeFile(actualFileName, encodedActual);
17211721
}
1722-
throw new Error(`The baseline file ${relativeFileName} has changed.`);
1722+
throw new Error(`The baseline file ${relativeFileName} has changed.\n Actual::${actual}\nExpected:: ${expected}`);
17231723
}
17241724
}
17251725

0 commit comments

Comments
 (0)