We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da713b0 commit 6e66ea9Copy full SHA for 6e66ea9
1 file changed
lib/build-copy/index.js
@@ -60,7 +60,7 @@ export async function buildCopy (_src, dest, _siteData, opts) {
60
// @ts-expect-error
61
const copyGlob = copyGlobs[index]
62
if (result.status === 'rejected') {
63
- const buildError = new Error('Error copying copy folders', { cause: result.reason })
+ const buildError = new Error(`Error copying copy path: ${copyGlob}`, { cause: result.reason })
64
results.errors.push(buildError)
65
} else {
66
results.report[copyGlob] = result.value
0 commit comments