Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Apr 8, 2024
1 parent cb55fbb commit 5450277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/declarations/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class DeclarationUtils {

return JSON.parse(fileContent);
} catch (error) {
return undefined;
// the file does not exist on the requested branch or it is not parsable
}
}

Expand Down

0 comments on commit 5450277

Please sign in to comment.