From c0e6863c3cce54cc0c32ed456a3ab07edc29e641 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 29 Dec 2024 17:25:24 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 3d43290c74..8575a55215 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -302,7 +302,7 @@ module.exports = (_ => { }; BDFDB.TimeUtils.suppress = function (callback, strings, config) {return function (...args) { try {return callback(...args);} - catch (err) {!config.ignoreErrors && BDFDB.LogUtils.error([strings, err], config);} + catch (err) {(!config || !config.ignoreErrors) && BDFDB.LogUtils.error([strings, err], config);} }}; BDFDB.LogUtils.log("Loading Library");