We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f88a90 commit 09bd58dCopy full SHA for 09bd58d
packages/vite/src/node/server/middlewares/proxy.ts
@@ -65,7 +65,7 @@ export function proxyMiddleware(
65
)
66
} else if ('req' in res) {
67
config.logger.error(
68
- `${colors.red(`http proxy error at ${originalRes.req.url}:`)}\n${
+ `${colors.red(`http proxy error: ${originalRes.req.url}`)}\n${
69
err.stack
70
}`,
71
{
0 commit comments