Silence stdout when status sends via Telegram directly
Match applier behavior — sendTelegram() only, no stdout relay. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -269,7 +269,6 @@ if (jsonMode) {
|
||||
const settings = loadConfig(resolve(__dir, 'config/settings.json'));
|
||||
if (settings.notifications?.bot_token && settings.notifications?.telegram_user_id) {
|
||||
await sendTelegram(settings, report);
|
||||
console.log('Status sent to Telegram.');
|
||||
} else {
|
||||
console.log(report);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user