浏览代码

removed chessRepo parameter

production
guest 2 年前
父节点
当前提交
57e5313835
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      i.win.js

+ 1
- 1
i.win.js 查看文件

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

正在加载...
取消
保存