正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -7,7 +7,7 @@ function shell(){ | @@ -7,7 +7,7 @@ function shell(){ | ||
| 7 | 7 | ||
| 8 | shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ | 8 | shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ |
| 9 | return new Promise((resolve, reject) =>{ | 9 | return new Promise((resolve, reject) =>{ |
| 10 | - let shell =`./Recorder_local`+ | 10 | + let shell =`pwd && ./Recorder_local`+ |
| 11 | ` --appId ` +appId + | 11 | ` --appId ` +appId + |
| 12 | ` --uid ` +uid + | 12 | ` --uid ` +uid + |
| 13 | ` --channel ` + channel + | 13 | ` --channel ` + channel + |
-
请 注册 或 登录 后发表评论