mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
Printhost: Minor bugfix
This commit is contained in:
@@ -138,7 +138,7 @@ void PrintHostJobQueue::priv::bg_thread_main()
|
||||
} catch (const std::exception &e) {
|
||||
emit_error(e.what());
|
||||
} catch (...) {
|
||||
wxTheApp->OnUnhandledException();
|
||||
emit_error("Unknown exception");
|
||||
}
|
||||
|
||||
// Cleanup leftover files, if any
|
||||
|
||||
Reference in New Issue
Block a user