aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/verify-all.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/verify-all.js')
-rw-r--r--scripts/verify-all.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/verify-all.js b/scripts/verify-all.js
index 3d7254b..3601055 100644
--- a/scripts/verify-all.js
+++ b/scripts/verify-all.js
@@ -72,7 +72,7 @@ const decompress = (src, dest) => new Promise((resolve, reject) => {
72 // Output information about differences 72 // Output information about differences
73 for (const file of compare.diffSet) { 73 for (const file of compare.diffSet) {
74 if (file.state !== 'equal') { 74 if (file.state !== 'equal') {
75 console.log(`- "${file.name1 || file.name2}" is not equal (${file.type1} in uncompressed, ${file.type2} in archive)`); 75 console.log(`- "${file.name1 || file.name2}" is not equal (${file.type1} in uncompressed, ${file.type2} in archive => ${file.reason})`);
76 76
77 if (file.name1) { 77 if (file.name1) {
78 const filePath = path.join(file.path1, file.name1); 78 const filePath = path.join(file.path1, file.name1);