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
As a result, killing an eshost process with e.g. SIGINT or SIGTERM leaves its children running. It should instead explicitly destroy() the child agents.
The text was updated successfully, but these errors were encountered:
eshost
currently spawns child processes withdetached: true
: https://github.com/tc39/eshost/blob/3989a6bc659c1dc9e44236c10ea772a7f2d4e480/lib/ConsoleAgent.js#L100As a result, killing an
eshost
process with e.g. SIGINT or SIGTERM leaves its children running. It should instead explicitlydestroy()
the child agents.The text was updated successfully, but these errors were encountered: