Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Sep 11, 2024
1 parent 9fe80ba commit 4ae48cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex/engines/http_server/codegen_proxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ seastar::future<gs::Result<bool>> CodegenProxy::CallCodegenCmd(
}
LOG(INFO) << "Start call codegen cmd: [" << cmd << "]";

return hiactor::thread_resource_pool::submit_work([cmd, &desc_file] {
return hiactor::thread_resource_pool::submit_work([cmd, desc_file] {
// auto res = std::system(cmd.c_str());
boost::process::ipstream stdout_pipe;
boost::process::ipstream stderr_pipe;
Expand Down

0 comments on commit 4ae48cc

Please sign in to comment.