Procházet zdrojové kódy

removed chessRepo parameter

production
guest před 2 roky
rodič
revize
57e5313835
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js Zobrazit soubor

@@ -1506,7 +1506,7 @@ 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'] ]
]

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