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 f1ddc6a commit b7c76a2Copy full SHA for b7c76a2
index.js
@@ -166,8 +166,8 @@ async function cloneExample() {
166
// Delete the clone.
167
await fs.removeSync(tmpDir)
168
169
- await installDependencies(dirName)
170
// Project Setup
+ await installDependencies(dirName)
171
await initGit(dirName)
172
} catch (err) {
173
if (fs.existsSync(dirName)) await fs.remove(dirName)
0 commit comments