正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -13,7 +13,8 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ | @@ -13,7 +13,8 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ | ||
13 | ` --channel ` + channel + | 13 | ` --channel ` + channel + |
14 | ` --channelKey ` + channelKey + | 14 | ` --channelKey ` + channelKey + |
15 | " --appliteDir \`pwd\`/../bin"; | 15 | " --appliteDir \`pwd\`/../bin"; |
16 | - callfile.exec(shell,function(err, stdout, stderr){ | 16 | + console.log(shell) |
17 | + callfile.exec('pwd',function(err, stdout, stderr){ | ||
17 | console.log(arguments); | 18 | console.log(arguments); |
18 | if(err){ | 19 | if(err){ |
19 | reject(err); | 20 | reject(err); |
-
请 注册 或 登录 后发表评论