Skip to content

Commit

Permalink
runcode
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin31 committed Aug 4, 2024
1 parent 4558770 commit 7cc6e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/hygiene.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 7cc6e50

Please sign in to comment.