Fix for custom placeholders that return errors

This commit is contained in:
Elio Struyf
2022-09-02 09:49:48 +02:00
parent ebae16f724
commit 76e3c08405
+2
View File
@@ -441,6 +441,8 @@ export class ArticleHelper {
} catch (e) {
Notifications.error(`Error while processing the ${placeholder.id} placeholder`);
Logger.error((e as Error).message);
value = "<Failed to process>";
}
}