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 e5bbe48 commit eca5df1Copy full SHA for eca5df1
index.js
@@ -29,7 +29,7 @@ console.log(`Cloning the repository to "${config.folder}" folder...`);
29
try {
30
execSync(`git clone -b ${config.branch} ${config.repository} ${config.folder} 2>&1`, { cwd });
31
} catch (e) {
32
- throw Error('Failed to clone.');
+ throw Error('Failed to clone. Check the repository name, permissions to clone and the absence of "${config.folder}" folder.');
33
}
34
35
0 commit comments