Check version of git client on startup

This commit is contained in:
Nick O'Leary
2018-02-02 11:37:18 +00:00
parent a52f195d41
commit df4beef060
3 changed files with 9 additions and 5 deletions

View File

@@ -393,9 +393,10 @@ module.exports = {
email: globalUserEmail
}
}
log.trace("git init: "+JSON.stringify(result));
resolve(result);
}).catch(function(err) {
console.log(err);
log.trace("git init: git not found");
resolve(null);
});
});