From d7833a5977ca3cdcf6dda586308946877bc30c0f Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 27 Jan 2021 15:48:28 +0100 Subject: [PATCH] Catch exceptions thrown by RunWorker on Windows The same is already done on other platforms in line 529. --- lib/cli/daemoncommand.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/cli/daemoncommand.cpp b/lib/cli/daemoncommand.cpp index 07da47a05..af9bca0a8 100644 --- a/lib/cli/daemoncommand.cpp +++ b/lib/cli/daemoncommand.cpp @@ -688,7 +688,11 @@ int DaemonCommand::Run(const po::variables_map& vm, const std::vector