Loading Screen: rethrow exception if worker thread creation fails
This commit is contained in:
parent
baab5a8156
commit
c085c380f6
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ void loading_screen::pre_show(window& window)
|
|||
});
|
||||
} catch(const std::system_error& e) {
|
||||
ERR_LS << "Failed to create worker thread: " << e.what() << "\n";
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue