X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shell%2Fmain.cpp;h=4b78cf703ab10b2686526c0b163a74b974d2c33e;hb=9b07945a2060ff39156f858ed871f30f5a3daf74;hp=a89c0fb94083d35c3194bcbaf11a2438d65c0d88;hpb=9cd06977daa3c4903be2ba6231fae3b398278544;p=casparcg diff --git a/shell/main.cpp b/shell/main.cpp index a89c0fb94..4b78cf703 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -233,7 +233,7 @@ int main(int argc, wchar_t* argv[]) amcp.Parse(wcmd.c_str(), wcmd.length(), dummy); } } - catch(const std::exception&) + catch(...) { CASPAR_LOG(fatal) << "UNHANDLED EXCEPTION in main thread."; CASPAR_LOG_CURRENT_EXCEPTION();