Thanks to visit codestin.com Credit goes to github.com
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 f5ad409 commit 57216beCopy full SHA for 57216be
src/index.jsx
@@ -42,7 +42,7 @@ const main = async () => {
42
return
43
}
44
45
- exec('git', ['commit', '-m', "Repo visualizer: updated diagram"])
+ await exec('git', ['commit', '-m', "Repo visualizer: updated diagram"])
46
await exec('git', ['push'])
47
48
console.log("All set!")
0 commit comments