fix: Block unsupported local Apprise schemas

This commit is contained in:
Maksim Eltyshev
2026-02-09 13:35:04 +01:00
parent 538280d197
commit 8898a0f0a2
2 changed files with 28 additions and 5 deletions
@@ -42,7 +42,7 @@ module.exports = {
},
);
} catch (error) {
sails.log.error(`Error sending notifications: ${error.stderr || error.message}`);
sails.log.error(`Error sending notifications:\n${error.stderr || error.message}`);
}
},
};