Skip to content

Commit

Permalink
Remove redundant log message that pollutes build sources (via telemet…
Browse files Browse the repository at this point in the history
…ry) (#1434)
  • Loading branch information
ud3sh authored Dec 27, 2023
1 parent 36f59f1 commit 92f4ad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-forks-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/telemetry': patch
---

Remove unnecessary file missing message that appears during build sources due to telemetry"
2 changes: 1 addition & 1 deletion packages/telemetry/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function loadSettings() {
try {
settings = readJSONSync('evidence.settings.json');
} catch (e) {
console.error('Error reading evidence.settings.json', e);
//do nothing
}
return settings;
}
Expand Down

0 comments on commit 92f4ad6

Please sign in to comment.