Skip to content

Commit

Permalink
Do not throw if the selected region is missing from some revision
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Aug 29, 2024
1 parent cd1a411 commit d2906a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/helpers/getListOfJSONPathsFromFolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ module.exports = function getListOfJSONPathsFromFolder(folderPath) {
return true;
}

console.trace('Skipping path', resolvedPath, stat);
process.exit(1);
console.log('Skipping path', resolvedPath, stat);
return false;
})
// map file names to full paths
Expand Down

0 comments on commit d2906a1

Please sign in to comment.