@@ -93,7 +93,7 @@ MlValue exec_system_cmd(const std::string &cmd) {
// TODO add helper function for this
std::vector<MlValue> lst;
lst.push_back(MlValue(cmd_retval));
lst.push_back(MlValue((long)cmd_retval));
lst.push_back(MlValue::string(cmd_output));
return lst;
}
The note is not visible to the blocked user.