Skip to content

Commit 612a7e2

Browse files
committed
chore: better message
1 parent 181c362 commit 612a7e2

File tree

1 file changed

+1
-1
lines changed
  • packages/vitest/src/node/reporters

1 file changed

+1
-1
lines changed

packages/vitest/src/node/reporters/blob.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export async function readBlobs(
102102

103103
if (!blobs.length) {
104104
throw new Error(
105-
`vitest.mergeReports() requires at least one blob file paths in the config`,
105+
`vitest.mergeReports() requires at least one blob file in "${blobsDirectory}" directory, but none were found`,
106106
)
107107
}
108108

0 commit comments

Comments
 (0)