Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 BUG: wrangler prints ERROR for console.warn() #8063

Open
mxschumacher opened this issue Feb 8, 2025 · 1 comment
Open

🐛 BUG: wrangler prints ERROR for console.warn() #8063

mxschumacher opened this issue Feb 8, 2025 · 1 comment
Labels
bug Something that isn't working

Comments

@mxschumacher
Copy link

Which Cloudflare product(s) does this pertain to?

Wrangler

What versions are you using?

Wrangler 3.107.3

What operating system and version are you using?

Fedora Linux 41 ( 6.11.10-300.fc41.x86_64 )

Please provide a link to a minimal reproduction

No response

Describe the Bug

console.warn('Received request without Upgrade header on /websocket path');

prints

✘ [ERROR] Received request without Upgrade header on /websocket path

when I run pnpm wrangler dev

It should print

⚠️  [WARNING] Received request without Upgrade header on /websocket path

Please provide any relevant error logs

No response

@mxschumacher mxschumacher added the bug Something that isn't working label Feb 8, 2025
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Feb 8, 2025
@irvinebroque
Copy link
Contributor

This is really confusing, we should fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
Status: Untriaged
Development

No branches or pull requests

2 participants