From 94e191e0626ffe3924b52a803775bf522c3d02e6 Mon Sep 17 00:00:00 2001 From: 1549469775 <1549469775@qq.com> Date: Wed, 13 Nov 2019 15:55:34 +0800 Subject: [PATCH] 'sa' --- git_util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_util.js b/git_util.js index ce1459f..1af3be9 100644 --- a/git_util.js +++ b/git_util.js @@ -13,7 +13,7 @@ module.exports = { exec("git commit -m '" + msg + "'", function (error, stdout, stderr) { if (error) { // reject(error); - console.log(error); + // console.log(error); exec(banch ? "git push " + origin + " " + banch : "git push " + origin, function (error, stdout, stderr) { if (error) { reject(error);