workers-sdk
workers-sdk copied to clipboard
🐛 BUG: `pages dev` hangs when using proxy command that is not executable
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.