workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

🐛 BUG: `pages dev` hangs when using proxy command that is not executable

Open Martin-Eriksson opened this issue 3 years ago • 0 comments
trafficstars

What version of Wrangler are you using?

2.0.23

What operating system are you using?

Linux

Describe the Bug

Running wrangler pages dev -- COMMAND hangs wrangler if COMMAND is not an executable (or doesn't exist, even) SIGINT (CTRL+C) does not terminate the process.

Noticed when reporting #1543.

Martin-Eriksson avatar Jul 25 '22 22:07 Martin-Eriksson