Skip to content

Commit c6a3ac2

Browse files
committed
update error message
1 parent 09f7bb7 commit c6a3ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest-pool-workers/src/pool/module-fallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ export async function handleModuleFallbackRequest(
582582
console.error(
583583
`[vitest-pool-workers] Failed to ${method} ${JSON.stringify(target)} from ${JSON.stringify(referrer)}.`,
584584
"To resolve this, try bundling the relevant dependency with Vite.",
585-
"For more details, see: https://developers.cloudflare.com/workers/testing/vitest-integration/known-issues/#module-resolution"
585+
"For more details, refer to https://developers.cloudflare.com/workers/testing/vitest-integration/known-issues/#module-resolution"
586586
);
587587
}
588588

0 commit comments

Comments
 (0)