Skip to content

Commit

Permalink
Update libs/report/ingestion/src/lib/send-manifest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: George Kalpakas <[email protected]>
  • Loading branch information
marco-ippolito and gkalpak authored Nov 23, 2024
1 parent 6acd7a4 commit 21846e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/report/ingestion/src/lib/send-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async function readManifestFile(fileName: string) {

// Empty file
if (file.size === 0) {
console.warn(`File ${fileName} is empty`);
console.warn(`[WARN] Ignoring file ${fileName}, beause it is empty`);
return;
}

Expand Down

0 comments on commit 21846e3

Please sign in to comment.