mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
Removed extraneous g3::installCrashHandler call.
This commit is contained in:
parent
663018a7c2
commit
59cad77ec9
@ -112,7 +112,6 @@ namespace big
|
|||||||
|
|
||||||
m_worker->addSink(std::make_unique<log_sink>(), &log_sink::callback);
|
m_worker->addSink(std::make_unique<log_sink>(), &log_sink::callback);
|
||||||
g3::initializeLogging(m_worker.get());
|
g3::initializeLogging(m_worker.get());
|
||||||
g3::installCrashHandler();
|
|
||||||
}
|
}
|
||||||
catch (std::filesystem::filesystem_error const& error)
|
catch (std::filesystem::filesystem_error const& error)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user