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
I use this module all the time including in Electron. After upgrading to the newest version i get this error when trying to call childprocess.kill() from an Electron application:
TypeError: setTimeout(...).unref is not a function
setKillTimeout
.../node_modules/execa/lib/kill.js:23:14
Note: with execa@1 it works. But 2 or 3 fails with this error. Maybe we could add a check for whether unref exists before calling it, or is Electron not supported anymore?
The text was updated successfully, but these errors were encountered:
I use this module all the time including in Electron. After upgrading to the newest version i get this error when trying to call childprocess.kill() from an Electron application:
Note: with execa@1 it works. But 2 or 3 fails with this error. Maybe we could add a check for whether unref exists before calling it, or is Electron not supported anymore?
The text was updated successfully, but these errors were encountered: