autoCommit

This commit is contained in:
OBKoro1 2019-12-20 11:27:19 +08:00
parent d6d18ff8f1
commit 35e29442ad
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* Author : OBKoro1
* Date : 2019-12-19 20:23:57
* LastEditors : OBKoro1
* LastEditTime : 2019-12-20 11:26:24
* LastEditTime : 2019-12-20 11:27:13
* FilePath : /autoCommit/index.js
* Description : 自动commit
* https://github.com/OBKoro1
@ -40,7 +40,7 @@ class autoCommit {
});
return res;
} catch (err) {
console.log(err)
console.log(err.message)
console.log(`执行命令出错:${cmd}`);
}
}

View File

@ -1 +1 @@
20/12/2019 11:12:27
20/12/2019 11:12:19