chore: use gulp instead of grunt

This commit is contained in:
hongarc 2020-03-15 03:31:53 +07:00
parent 17bce6b835
commit edfd052c4c
21 changed files with 2021 additions and 1487 deletions

View file

@ -138,8 +138,8 @@ HeadlessGit.prototype.sendCommand = function(value, entireCommandPromise) {
console.log('!!!!!!!!!!!!!!!!!!!!!!');
});
deferred.resolve();
return chain;
};
exports.HeadlessGit = HeadlessGit;
exports.getTreeQuick = getTreeQuick;