diff --git a/app.js b/app.js index 021634d..c92b8bc 100644 --- a/app.js +++ b/app.js @@ -35,6 +35,7 @@ function getBranch() { }); }) } + (async () => { if (haveGit) { exec('git remote', function (error, stdout, stderr) {