MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / on_stdErr

Method on_stdErr

launcher/LoggedProcess.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void LoggedProcess::on_stdErr()
75{
76 auto lines = reprocess(readAllStandardError(), m_err_decoder);
77 emit log(lines, MessageLevel::StdErr);
78}
79
80void LoggedProcess::on_stdOut()
81{

Callers

nothing calls this directly

Calls 1

reprocessFunction · 0.85

Tested by

no test coverage detected