Procházet zdrojové kódy

Merge branch 'master' of jarun2018/elxr into master

production
chess před 2 roky
rodič
revize
62946bf229
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3
    1
      i.win.js

+ 3
- 1
i.win.js Zobrazit soubor

return cli.prompt(choices, 'git repository : ', chessRepo).then(function(choice){ chessRepo = choice } ) return cli.prompt(choices, 'git repository : ', chessRepo).then(function(choice){ chessRepo = choice } )
} }
) )
return any(steps).then(function(chessRepo){
return any(steps).then(function(){
var ifns = [ var ifns = [

['git', ['clone', chessRepo + '/chess/elxr'] ] ['git', ['clone', chessRepo + '/chess/elxr'] ]
] ]
if(existsSyncFolder( selectedinstance.root + '\\elxr')) { if(existsSyncFolder( selectedinstance.root + '\\elxr')) {

Načítá se…
Zrušit
Uložit