@snapcommit/cli 3.8.19 → 3.8.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -258,6 +258,9 @@ async function githubConnectCommand(tokenArg) {
|
|
|
258
258
|
console.log(chalk_1.default.yellow('After authorization, come back here and press ENTER'));
|
|
259
259
|
// Wait for user confirmation
|
|
260
260
|
await askQuestion(chalk_1.default.cyan('\nPress ENTER after authorizing in browser: '));
|
|
261
|
+
console.log(chalk_1.default.cyan('🔄 Fetching your GitHub token...\n'));
|
|
262
|
+
// Wait a bit for the database to update
|
|
263
|
+
await new Promise(resolve => setTimeout(resolve, 2000));
|
|
261
264
|
// Try to fetch the token
|
|
262
265
|
const autoConfig2 = await autoFetchGitHubToken();
|
|
263
266
|
if (autoConfig2) {
|