diff options
Diffstat (limited to 'source/core')
-rw-r--r-- | source/core/StarDirectives.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarDirectives.cpp b/source/core/StarDirectives.cpp index 89985a0..b995b37 100644 --- a/source/core/StarDirectives.cpp +++ b/source/core/StarDirectives.cpp @@ -140,7 +140,7 @@ void Directives::parse(String&& directives) { } catch (StarException const& e) { prefix = split; - return; + entries.emplace_back(ImageOperation(ErrorImageOperation{std::current_exception()}), beg, end); } } else { |