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.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/verify-all.js b/scripts/verify-all.js
index da8b82f..b3a559d 100644
--- a/scripts/verify-all.js
+++ b/scripts/verify-all.js
@@ -61,12 +61,6 @@ const decompress = (src, dest) => new Promise((resolve, reject) => {
61 compareContent: true, 61 compareContent: true,
62 // Don't fail because of DS_Store files 62 // Don't fail because of DS_Store files
63 excludeFilter: '.DS_Store', 63 excludeFilter: '.DS_Store',
64 compareFileAsync: async (path1, stat1, path2, stat2, options) => {
65 const f1 = await fs.readFile(path1, 'utf-8');
66 const f2 = await fs.readFile(path2, 'utf-8');
67
68 return f1 === f2;
69 }
70 }); 64 });
71 65
72 if (compare.same) { 66 if (compare.same) {