mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-08 18:17:35 +00:00
fix(cursor): show auto-detect error message, add subcommand sync comment
This commit is contained in:
@@ -107,7 +107,11 @@ async function handleAuth(): Promise<number> {
|
||||
|
||||
// Fall back to manual import
|
||||
console.log('');
|
||||
console.log('Auto-detection failed. Please provide credentials manually.');
|
||||
if (autoResult.error) {
|
||||
console.log(`Auto-detection failed: ${autoResult.error}`);
|
||||
} else {
|
||||
console.log('Auto-detection failed. Please provide credentials manually.');
|
||||
}
|
||||
console.log('');
|
||||
console.log('To find your Cursor credentials:');
|
||||
console.log(' 1. Open Cursor IDE');
|
||||
|
||||
Reference in New Issue
Block a user