##// END OF EJS Templates
Catch errors after our then()s, instead of in parallel with them (this missing exceptions)...
Catch errors after our then()s, instead of in parallel with them (this missing exceptions) When an error is thrown in a then() success handler, it doesn't call the same then()'s error handler. I also made all of the utils.reject handlers verbose to aid in debugging.
Jason Grout -
r19080:cbc9dc59
Show More
Name Size Modified Last Commit Author
/ IPython / html / static / widgets / js
init.js Loading ...
manager.js Loading ...
widget.js Loading ...
widget_bool.js Loading ...
widget_box.js Loading ...
widget_button.js Loading ...
widget_float.js Loading ...
widget_image.js Loading ...
widget_int.js Loading ...
widget_output.js Loading ...
widget_selection.js Loading ...
widget_selectioncontainer.js Loading ...
widget_string.js Loading ...