We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f8fc6 commit e8d1b90Copy full SHA for e8d1b90
src/utils/github.js
@@ -85,7 +85,7 @@ const createRepository = async () => {
85
await axios.post(API_URL, { name: 'teachcode-solutions' });
86
} catch (err) {
87
console.log(chalk.red.bold('Error: Invalid credentials'));
88
- console.log(err);
+ console.log();
89
await createRepository();
90
}
91
0 commit comments