From fd6dfb817ee507af24b3cd20d58ab79527215697 Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Sun, 9 Nov 2025 14:42:55 +0100 Subject: [PATCH] refactor: Replace warning logs with console messages for browser interaction instructions --- src/account-creation/cli.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/account-creation/cli.ts b/src/account-creation/cli.ts index c0c56f9..3d824b9 100644 --- a/src/account-creation/cli.ts +++ b/src/account-creation/cli.ts @@ -28,11 +28,9 @@ async function main(): Promise { console.log('\n' + '='.repeat(60)) log(false, 'CREATOR-CLI', '🚀 Microsoft Account Creator', 'log', 'cyan') console.log('='.repeat(60)) - - // WARNING MESSAGE - log(false, 'CREATOR-CLI', '⚠️ DO NOT INTERACT WITH THE BROWSER DURING AUTOMATION', 'warn', 'red') - log(false, 'CREATOR-CLI', ' Everything is fully automated. Any interaction may break the process.', 'log', 'yellow') - log(false, 'CREATOR-CLI', ' Only interact when explicitly asked (e.g., CAPTCHA solving).', 'log', 'yellow') + console.log('\x1b[33m⚠️ DO NOT INTERACT WITH THE BROWSER DURING AUTOMATION\x1b[0m') + console.log('\x1b[33m Everything is fully automated. Any interaction may break the process.\x1b[0m') + console.log('\x1b[33m Only interact when explicitly asked (e.g., CAPTCHA solving).\x1b[0m') console.log('='.repeat(60) + '\n') // Display detected arguments