chore: add color to web auto-reply log

This commit is contained in:
Peter Steinberger
2025-11-25 04:42:45 +01:00
parent 3aedef4126
commit daf45190a9

View File

@@ -321,7 +321,7 @@ export async function monitorWebProvider(
),
);
} else {
console.log(`↩️ ${replyText}`);
console.log(success(`↩️ ${replyText}`));
}
} catch (err) {
console.error(