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
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Please fix this, it's annoying as hell, I have a bunch of node instances running for my language servers so I can't use killall, I have to use recursive shell functions just to terminate node
SIGTERM
has no effect fornpm run dev
.I'm using Svelte with Tauri (related issue: tauri-apps/tauri#1626), and this is causing leftover processes running after Tauri exits.
Reproduction
echo $$
npm run dev
pkill -TERM -P <PID>
Info
macOS 10.15.7
Node.js v14.16.0
npm 6.14.11
The text was updated successfully, but these errors were encountered: