MCPcopy Create free account
hub / github.com/MultiMC/Launcher / on_stdErr

Method on_stdErr

launcher/LoggedProcess.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void LoggedProcess::on_stdErr()
36{
37 auto lines = reprocess(readAllStandardError(), m_err_leftover);
38 emit log(lines, MessageLevel::StdErr);
39}
40
41void LoggedProcess::on_stdOut()
42{

Callers

nothing calls this directly

Calls 1

reprocessFunction · 0.85

Tested by

no test coverage detected