mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 10:02:00 +08:00
Printhost: Minor bugfix
This commit is contained in:
parent
2d0dc6b050
commit
ece3c74380
@ -138,7 +138,7 @@ void PrintHostJobQueue::priv::bg_thread_main()
|
|||||||
} catch (const std::exception &e) {
|
} catch (const std::exception &e) {
|
||||||
emit_error(e.what());
|
emit_error(e.what());
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
wxTheApp->OnUnhandledException();
|
emit_error("Unknown exception");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Cleanup leftover files, if any
|
// Cleanup leftover files, if any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user