From 1ab870ff4b811801947fae8c9b863bc941696f2d Mon Sep 17 00:00:00 2001 From: ashwin Date: Sun, 4 Aug 2024 06:16:56 +0530 Subject: [PATCH] runcode --- build/hygiene.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/hygiene.js b/build/hygiene.js index bc64a11f8e97e..0a3389bff454d 100644 --- a/build/hygiene.js +++ b/build/hygiene.js @@ -30,10 +30,10 @@ function hygiene(some, linting = true) { const productJson = es.through(function (file) { const product = JSON.parse(file.contents.toString('utf8')); - if (product.extensionsGallery) { - console.error(`product.json: Contains 'extensionsGallery'`); - errorCount++; - } + // if (product.extensionsGallery) { + // console.error(`product.json: Contains 'extensionsGallery'`); + // errorCount++; + // } this.emit('data', file); });