Skip to content

Commit

Permalink
chore(proxy): update proxy error info (#15678)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Jan 23, 2024
1 parent 6f88a90 commit 09bd58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/middlewares/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function proxyMiddleware(
)
} else if ('req' in res) {
config.logger.error(
`${colors.red(`http proxy error at ${originalRes.req.url}:`)}\n${
`${colors.red(`http proxy error: ${originalRes.req.url}`)}\n${
err.stack
}`,
{
Expand Down

0 comments on commit 09bd58d

Please sign in to comment.