feat: skip save if extractor error

This commit is contained in:
Ayo 2023-06-04 16:28:22 +02:00
parent 7e337ff4bf
commit 327ea620be

View file

@ -17,6 +17,7 @@ try {
title: "Something is not right", title: "Something is not right",
content: "<p>The article extractor did not get any result.</p>", content: "<p>The article extractor did not get any result.</p>",
}; };
skipSave = true;
} }
if (!article) { if (!article) {