浏览代码

Merge branch 'master' of http://git.bbh/chess/elxr

pull/4/head
pb 3 年前
父节点
当前提交
9384dc90f8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      index.js

+ 2
- 1
index.js 查看文件

var p = nodeShellExec('mklink', [ `${processedArgs._[2]}.json` var p = nodeShellExec('mklink', [ `${processedArgs._[2]}.json`
, `..\\..\\node_modules\\chess-server-lib\\common\\models\\${processedArgs._[2]}.json`], { , `..\\..\\node_modules\\chess-server-lib\\common\\models\\${processedArgs._[2]}.json`], {
inherit: true, shell: true inherit: true, shell: true
, cwd : instanceroot + `/${selectedinstance.instanceName}-server/${selectedinstance}/models`
, cwd : instanceroot + `/${selectedinstance.instanceName}-server/${selectedinstance.instanceName}/models`
, title: `mklink ${processedArgs._[2]}.json ..\\..\\node_modules\\chess-server-lib\\common\\models\\${processedArgs._[2]}.json`
, env: process.env , env: process.env
}).catch((e) => { console.error(e) }) }).catch((e) => { console.error(e) })
return p; return p;

正在加载...
取消
保存