Skip to content

Commit

Permalink
Merge pull request #1 from runcode-io/1_92_0
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
ashwin31 authored Aug 4, 2024
2 parents 7f9018c + 1ab870f commit 77f8700
Show file tree
Hide file tree
Showing 5 changed files with 1,002 additions and 25 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
Loading

0 comments on commit 77f8700

Please sign in to comment.