Mercurial > pub > ImplabNet
diff Implab/ActionChainTaskBase.cs @ 223:27ea7f07e2e4 default
Слияние
author | cin |
---|---|
date | Tue, 22 Aug 2017 09:35:54 +0300 |
parents | b305c678923a |
children |
line wrap: on
line diff
--- a/Implab/ActionChainTaskBase.cs Tue Aug 22 09:34:47 2017 +0300 +++ b/Implab/ActionChainTaskBase.cs Tue Aug 22 09:35:54 2017 +0300 @@ -50,7 +50,7 @@ p.On(SetResult, SetErrorInternal, SetCancelledInternal); CancellationRequested(p.Cancel); } catch (Exception err) { - SetErrorInternal(error); + SetErrorInternal(err); } } else { SetErrorInternal(error);