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
Right now the promise chain in slave.js reports error at every step when a promise is rejected. This leads to the same error output multiple times. We should change to so that the reject handler is called only once.
The text was updated successfully, but these errors were encountered:
Right now the promise chain in
slave.js
reports error at every step when a promise is rejected. This leads to the same error output multiple times. We should change to so that the reject handler is called only once.The text was updated successfully, but these errors were encountered: