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

Method on_stdErr

launcher/LoggedProcess.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

reprocessFunction · 0.85

Tested by

no test coverage detected