Skip to content

Commit

Permalink
Fixed linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
dangond-ptc committed Jul 25, 2023
1 parent 8e953d6 commit 982242b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/addons/AddonSecretsLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
try {
secrets[addon] = JSON.parse(fs.readFileSync(secretsPath, 'utf8'));
} catch (e) {
console.error(`Improperly formatted secrets.json at ${secretsPath}`);
}
});
return secrets;
Expand Down

0 comments on commit 982242b

Please sign in to comment.