Browse Source

'sa'

master
1549469775 5 years ago
parent
commit
53aa371f8e
  1. 10
      app.js

10
app.js

@ -55,9 +55,7 @@ function getBranch() {
})
}
module.exports = {
up() {
async () => {
async function up() {
if (haveGit) {
exec('git remote', function (error, stdout, stderr) {
// 获取命令执行的输出
@ -157,6 +155,8 @@ module.exports = {
console.log('git项目初始化成功');
});
}
}
}
}
up();
module.exports = {
up
}
Loading…
Cancel
Save