Explorar el Código

Merge branch 'master' of jarun2018/elxr into master

master
chess hace 2 años
padre
commit
62946bf229
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      i.win.js

+ 3
- 1
i.win.js Ver fichero

@@ -1506,8 +1506,10 @@ function __main( selectedinstance ){
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 = [

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

Cargando…
Cancelar
Guardar