diff options
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/pipeline.cpp b/common/pipeline.cpp index ed40699..e2f23ed 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -293,6 +293,9 @@ void PipelineState::step() | |||
293 | auto entity = Akonadi2::GetEntity(dataValue); | 293 | auto entity = Akonadi2::GetEntity(dataValue); |
294 | preprocessor->process(*this, *entity); | 294 | preprocessor->process(*this, *entity); |
295 | return false; | 295 | return false; |
296 | }, [this](const Akonadi2::Storage::Error &error) { | ||
297 | ErrorMsg() << "Failed to find value in pipeline: " << error.message; | ||
298 | d->pipeline->pipelineCompleted(*this); | ||
296 | }); | 299 | }); |
297 | } else { | 300 | } else { |
298 | //This object becomes invalid after this call | 301 | //This object becomes invalid after this call |