You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
130superdinmc@inst-lokp6-astral:~/Web$ micro package.json
superdinmc@inst-lokp6-astral:~/Web$ bun dev watch
$wireitwatch⚠️Wireitcouldnotidentifythenpmuseragent,assumingitbehaveslikenpm.Argumentsmaynotbeinterpretedcorrectly.⛅️wrangler3.95.0-------------------✨CompiledWorkersuccessfully⎔Startinglocalserver...
[wrangler:inf]Readyonhttp://localhost:8788^C237|else{238|// We used "detached" when we spawned, so our child is the leader of a239|// process group. Passing the negative of a pid kills all processes in240|// that group (without the negative, only the leader "sh" process would be241|// killed).242|process.kill(-this.#child.pid,'SIGINT');^
RangeError: Thevalueof"pid"isoutofrange.Itmustbeapositiveinteger.Received-1010612
code: "ERR_OUT_OF_RANGE"at #actuallyKill (/home/superdinmc/Web/node_modules/wireit/lib/script-child-process.js:242:21)atkill(/home/superdinmc/Web/node_modules/wireit/lib/script-child-process.js:198:22)atabort(/home/superdinmc/Web/node_modules/wireit/lib/execution/service.js:903:35)at/home/superdinmc/Web/node_modules/wireit/lib/execution/service.js:258:31^C^C30superdinmc@inst-lokp6-astral:~/Web$ ⠏
Additional information
I'm using wireit with cloudflare wrangler.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.38+bf2f153f5
What platform is your computer?
Linux 6.8.0-1017-oracle aarch64 aarch64
What steps can reproduce the bug?
wireit
in a projectWhat is the expected behavior?
Scripts gets terminated successfully
What do you see instead?
Stuck in wireit, but can type in shell.
Additional information
I'm using wireit with cloudflare wrangler.
The text was updated successfully, but these errors were encountered: