diff --git a/lib/organize.js b/lib/organize.js index ed601c3..8247b8c 100644 --- a/lib/organize.js +++ b/lib/organize.js @@ -30,6 +30,10 @@ class Organize { } catch (errors) { logger.error("Error loading storage"); } + + if (this.configArray.length == 0) { + logger.error(`there are no organize configs defined!`); + } } async organizeAll() {