Просмотр исходного кода

removed chessRepo parameter

master
guest 2 лет назад
Родитель
Сommit
57e5313835
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js Просмотреть файл

@@ -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'] ]
]

Загрузка…
Отмена
Сохранить