ShellManager: remove unneeded end of lines when writing stderr
This commit is contained in:
parent
72531f2df0
commit
8e07e00f18
|
@ -65,9 +65,7 @@ String ShellManager::pipe(const String& input,
|
||||||
}
|
}
|
||||||
close(error_pipe[0]);
|
close(error_pipe[0]);
|
||||||
if (not errorout.empty())
|
if (not errorout.empty())
|
||||||
{
|
write_debug("shell stderr: <<<\n" + errorout + ">>>");
|
||||||
write_debug("\nshell stderr: <<<\n" + errorout + ">>>\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
waitpid(pid, NULL, 0);
|
waitpid(pid, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user