##// END OF EJS Templates
fixed error handling for chained actions
koff -
r198:b305c678923a default
parent child
Show More
@@ -50,7 +50,7 namespace Implab {
50 p.On(SetResult, SetErrorInternal, SetCancelledInternal);
50 p.On(SetResult, SetErrorInternal, SetCancelledInternal);
51 CancellationRequested(p.Cancel);
51 CancellationRequested(p.Cancel);
52 } catch (Exception err) {
52 } catch (Exception err) {
53 SetErrorInternal(error);
53 SetErrorInternal(err);
54 }
54 }
55 } else {
55 } else {
56 SetErrorInternal(error);
56 SetErrorInternal(error);
General Comments 0
You need to be logged in to leave comments. Login now