Searched refs:communicate_error (Results 1 – 1 of 1) sorted by relevance
1166 string communicate_error; in GeneratePluginOutput() local1167 if (!subprocess.Communicate(request, &response, &communicate_error)) { in GeneratePluginOutput()1168 *error = strings::Substitute("$0: $1", plugin_name, communicate_error); in GeneratePluginOutput()