1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Printhost: Minor bugfix

This commit is contained in:
Vojtech Kral
2018-12-20 13:44:44 +01:00
parent 2d0dc6b050
commit ece3c74380
+1 -1
View File
@@ -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