feat: skip save if extractor error
This commit is contained in:
parent
7e337ff4bf
commit
327ea620be
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue