This commit is contained in:
dec05eba
2026-03-27 02:19:01 +01:00
parent 13984f8636
commit 8e35de9e8b

View File

@@ -17,7 +17,7 @@ namespace gsr {
nullptr nullptr
}; };
std::string output; std::string output;
if(exec_program_on_host_get_stdout(args, output, true) != 0) if(exec_program_on_host_get_stdout(args, output, false) != 0)
return std::nullopt; return std::nullopt;
return output; return output;
} }