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
See comments in #47 for more information regarding the decision behind using spawn instead of exec.
I have had difficulties in the past with spawn for displaying inappropriate errors due to uncaught exceptions (or rejections) in a Promise (see #45). That issue should be addressed, along with the spawn migration, in the same PR. Some work can also be done for #39.
The text was updated successfully, but these errors were encountered:
See comments in #47 for more information regarding the decision behind using
spawn
instead ofexec
.I have had difficulties in the past with
spawn
for displaying inappropriate errors due to uncaught exceptions (or rejections) in aPromise
(see #45). That issue should be addressed, along with thespawn
migration, in the same PR. Some work can also be done for #39.The text was updated successfully, but these errors were encountered: