judgev2
judgev2 copied to clipboard
Cleanup promises chain in slave.js
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.