feat(可回溯): 视频生成
修改命令执行方式
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ public class RecallOrderApiServiceImpl implements RecallOrderApiService {
|
|||||||
});
|
});
|
||||||
processThread.start();*/
|
processThread.start();*/
|
||||||
try {
|
try {
|
||||||
String[] cmd = {"ts-node", "/opt/rrvideo/src/cli.ts", "--input traces.json"};
|
String[] cmd = {"ts-node", "/opt/rrvideo/src/cli.ts"};
|
||||||
Process process = Runtime.getRuntime().exec(cmd);
|
Process process = Runtime.getRuntime().exec(cmd);
|
||||||
|
|
||||||
// 捕获输出
|
// 捕获输出
|
||||||
|
|||||||
Reference in New Issue
Block a user