Преглед на файлове

push changes

pull/4/head
samuel преди 3 години
родител
ревизия
f28962f1de
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      index.js

+ 2
- 1
index.js Целия файл

@@ -102,7 +102,8 @@ var getPullCmd = (repo, branch) => {

var performPull = (repo, branch) => {
if (existsSync(instanceroot + '/' + repo)) {
console.log('pulling ' + instanceroot + '/' + repo + 'branch ' + branch)
var branchprint = branch ? ' branch :' + branch : '';
console.log('pulling ' + instanceroot + '/' + repo + branchprint )
return nodeShellExec.apply(null, getPullCmd(repo, branch)).then(() => {
if (__isElevated) {
fs.writeFileSync('run.log', ', ' + JSON.stringify({ repo, success: true }), { 'flag': 'a+' })

Loading…
Отказ
Запис